mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * lisp/progmodes/prog-mode.el (prog-fill-reindent-defun): Typo.
This commit is contained in:
parent
0a629abfbb
commit
f9487d2b28
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ or follows point."
|
|||
(save-excursion
|
||||
;; FIXME: For some reason, the comment-start syntax regexp doesn't
|
||||
;; work for me. But I kept it around to be safe, and in the hope
|
||||
;; that if can cover cases where comment-start-skip is unset.
|
||||
;; that it can cover cases where comment-start-skip is unset.
|
||||
(if (or (nth 8 (syntax-ppss))
|
||||
;; If point is at the beginning of a comment delimiter,
|
||||
;; syntax-ppss doesn't consider point as being inside a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue