Fix typo in previous change.

This commit is contained in:
Richard M. Stallman 1994-10-10 21:54:32 +00:00
parent c0df1d6180
commit 22486a7f29

View 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.