diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 12:01:24 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 12:01:24 +0000 |
commit | 4696802bdef9a81448d55c4f631785b02fe18ba0 (patch) | |
tree | bc1cf03c125ea51e002c9a5b8330c5af9f00f196 /lisp/emacs-lisp | |
parent | 443e60bfd4b4728340e545da411bb5e4fe6e9166 (diff) | |
download | emacs-4696802bdef9a81448d55c4f631785b02fe18ba0.tar.gz emacs-4696802bdef9a81448d55c4f631785b02fe18ba0.tar.bz2 emacs-4696802bdef9a81448d55c4f631785b02fe18ba0.zip |
Fix typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index ebec74fd5b1..8b04fd6dffc 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -821,7 +821,7 @@ This function also returns nil meaning don't specify the indentation." (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)) |