diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-10 21:54:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-10 21:54:32 +0000 |
commit | 22486a7f29e0163c90d4b6153f442f316d9ed28b (patch) | |
tree | d8e83f19e2ddb2db75aed0dca03ea2410f46dd2e /lisp/emacs-lisp | |
parent | c0df1d6180ad43cd37867df5cbb6992cdf0f2c5f (diff) | |
download | emacs-22486a7f29e0163c90d4b6153f442f316d9ed28b.tar.gz emacs-22486a7f29e0163c90d4b6153f442f316d9ed28b.tar.bz2 emacs-22486a7f29e0163c90d4b6153f442f316d9ed28b.zip |
Fix typo in previous change.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 6b77bb61e69..eabe393a820 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -301,7 +301,7 @@ rigidly along with this one." (> end beg)) (indent-code-rigidly beg end shift-amt))))) -defvar calculate-lisp-indent-last-sexp) +(defvar calculate-lisp-indent-last-sexp) (defun calculate-lisp-indent (&optional parse-start) "Return appropriate indentation for current line as Lisp code. |