From: Yuan Fu Date: Tue, 10 Jun 2025 04:54:43 +0000 (-0700) Subject: ; * lisp/progmodes/prog-mode.el (prog-fill-reindent-defun): Typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48d39fe1876349ed925e95c7f687ceefc1b5b816;p=emacs.git ; * lisp/progmodes/prog-mode.el (prog-fill-reindent-defun): Typo. (cherry picked from commit f9487d2b2898b455f9a828091c10adae312098c2) --- diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el index 503644927c0..eee9cd3bce2 100644 --- a/lisp/progmodes/prog-mode.el +++ b/lisp/progmodes/prog-mode.el @@ -155,7 +155,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