X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Flisp-mode.el;h=00f8c308fc1dd3d4ba22a1a431178183607d27f4;hb=7b69a644a03ecae5061b3ae81007157067db72b5;hp=254ad36e7a579bbc0c1e2cc607283066479785a9;hpb=1cc5b779cb8755e01e02aead4fba711c06158b90;p=chise%2Fxemacs-chise.git- diff --git a/lisp/lisp-mode.el b/lisp/lisp-mode.el index 254ad36..00f8c30 100644 --- a/lisp/lisp-mode.el +++ b/lisp/lisp-mode.el @@ -674,7 +674,7 @@ of the start of the containing expression." (parse-partial-sexp (point) calculate-lisp-indent-last-sexp 0 t) (if (and (elt state 2) (not (looking-at "\\sw\\|\\s_"))) - ;; car of form doesn't seem to be a a symbol + ;; car of form doesn't seem to be a symbol (progn (if (not (> (save-excursion (forward-line 1) (point)) calculate-lisp-indent-last-sexp))