Mercurial > emacs
changeset 9424:738999b0296f
Fix typo in previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Oct 1994 21:54:32 +0000 |
parents | 9076245a9fed |
children | 7d0509b6f039 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Mon Oct 10 21:53:52 1994 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Mon Oct 10 21:54:32 1994 +0000 @@ -301,7 +301,7 @@ (> 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.