diff options
-rw-r--r-- | lisp/novice.el | 1 |
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 |