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/progmodes/scheme.el | |
parent | 443e60bfd4b4728340e545da411bb5e4fe6e9166 (diff) | |
download | emacs-4696802bdef9a81448d55c4f631785b02fe18ba0.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/progmodes/scheme.el')
-rw-r--r-- | lisp/progmodes/scheme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index f4c8df155f1..3f2eeffaf4a 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el @@ -430,7 +430,7 @@ that variable's value is a string." (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)) |