mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
Fix typo.
This commit is contained in:
parent
443e60bfd4
commit
4696802bde
7 changed files with 9 additions and 9 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue