From: Richard M. Stallman Date: Mon, 10 Oct 1994 21:54:32 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: emacs-19.34~6430 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22486a7f29e0163c90d4b6153f442f316d9ed28b;p=emacs.git Fix typo in previous change. --- 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.