# HG changeset patch # User Richard M. Stallman # Date 781826072 0 # Node ID 738999b0296f9861d138dcad7ae5d237f7ccfc5c # Parent 9076245a9fed2d351821a1b17ba5b9a92118c5fc Fix typo in previous change. diff -r 9076245a9fed -r 738999b0296f lisp/emacs-lisp/lisp-mode.el --- 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.