From 22486a7f29e0163c90d4b6153f442f316d9ed28b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Oct 1994 21:54:32 +0000 Subject: Fix typo in previous change. --- lisp/emacs-lisp/lisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/lisp-mode.el') 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. -- cgit v1.2.3