diff options
author | Roland McGrath <roland@gnu.org> | 1993-03-31 21:25:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-03-31 21:25:06 +0000 |
commit | 6c416012fee343ed2454beb5803df157e3b66984 (patch) | |
tree | ec654c18a57523663533dccf7840b6ab6319a31d /lisp/novice.el | |
parent | 7f26b1809dc72ba068122de242a538d84521f55d (diff) | |
download | emacs-6c416012fee343ed2454beb5803df157e3b66984.tar.gz |
(enable-command): Remove spurious assignment of free variable `foo'.
Diffstat (limited to 'lisp/novice.el')
-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 |