X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Flisp-mode.el;h=00f8c308fc1dd3d4ba22a1a431178183607d27f4;hb=3ca93f4c76fca3afcbe47893ef6ac97b12a9c30b;hp=254ad36e7a579bbc0c1e2cc607283066479785a9;hpb=b24a82be4ed4916738cbed097d8dfc96ec312435;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))