From 48d39fe1876349ed925e95c7f687ceefc1b5b816 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Mon, 9 Jun 2025 21:54:43 -0700 Subject: [PATCH] ; * lisp/progmodes/prog-mode.el (prog-fill-reindent-defun): Typo. (cherry picked from commit f9487d2b2898b455f9a828091c10adae312098c2) --- lisp/progmodes/prog-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5