# HG changeset patch # User Roland McGrath # Date 733613106 0 # Node ID 78098404b26304406ab81e9e3ce72b3b00d0159b # Parent 46fcbdb6cc3a8f9be531f30cd5f9d2c566048a52 (enable-command): Remove spurious assignment of free variable `foo'. diff -r 46fcbdb6cc3a -r 78098404b263 lisp/novice.el --- a/lisp/novice.el Wed Mar 31 21:11:33 1993 +0000 +++ b/lisp/novice.el Wed Mar 31 21:25:06 1993 +0000 @@ -99,7 +99,6 @@ ;; 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