79478030

Date: 2025-03-01 18:02:46
Score: 1.5
Natty:
Report link
;; this will make the symbol my-nasty-variable's value void
(makunbound 'my-nasty-variable)
;; this will make the symbol my-nasty-function's
;; function definition void
(fmakunbound 'my-nasty-function)

from Bozhidar Batsov: https://batsov.com/articles/2012/10/20/emacs-tip-number-6-remove-variable-and-function-definitions/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: petermao