]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Oct 1994 21:54:32 +0000 (21:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Oct 1994 21:54:32 +0000 (21:54 +0000)
lisp/emacs-lisp/lisp-mode.el

index 6b77bb61e6989c1c3c139d4e3cddb0421d3eb232..eabe393a8204afb7a9b1aa74d192679db9731f43 100644 (file)
@@ -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.