Mercurial > emacs
changeset 2441:78098404b263
(enable-command): Remove spurious assignment of free variable `foo'.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 31 Mar 1993 21:25:06 +0000 |
parents | 46fcbdb6cc3a |
children | f692546797f9 |
files | lisp/novice.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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