summaryrefslogtreecommitdiff
path: root/lisp/novice.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-03-31 21:25:06 +0000
committerRoland McGrath <roland@gnu.org>1993-03-31 21:25:06 +0000
commit9533867a64112e81c4d4bbaca5d61c26728a7e49 (patch)
treeeeea45fb059c3f918c3bea02dbc61d7a7921a412 /lisp/novice.el
parent0cd615e522ca0242e337999fbf4841d4c6560361 (diff)
downloademacs-9533867a64112e81c4d4bbaca5d61c26728a7e49.tar.gz
(enable-command): Remove spurious assignment of free variable `foo'.
Diffstat (limited to 'lisp/novice.el')
-rw-r--r--lisp/novice.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/novice.el b/lisp/novice.el
index 2ddbbac3250..b8747549209 100644
--- a/lisp/novice.el
+++ b/lisp/novice.el
@@ -99,7 +99,6 @@ to future sessions."
;; Must have been disabled by default.
(goto-char (point-max))
(insert "\n(put '" (symbol-name command) " 'disabled nil)\n"))
- (setq foo (buffer-modified-p))
(save-buffer)))
;;;###autoload