From 9533867a64112e81c4d4bbaca5d61c26728a7e49 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 31 Mar 1993 21:25:06 +0000 Subject: (enable-command): Remove spurious assignment of free variable `foo'. --- lisp/novice.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp') 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 -- cgit v1.2.1