emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 29ef2157116 1/2: ; * lisp/textmodes/paragraphs.el: Remove lefto


From: Eli Zaretskii
Subject: emacs-29 29ef2157116 1/2: ; * lisp/textmodes/paragraphs.el: Remove leftover comment.
Date: Mon, 31 Jul 2023 07:42:34 -0400 (EDT)

branch: emacs-29
commit 29ef2157116550248ddccd74a5e52b2ab1fe3a9c
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/textmodes/paragraphs.el: Remove leftover comment.
    
    * lisp/textmodes/paragraphs.el: Remove a comment referring to code
    that was removed in cf605d5.  (Bug#64947)
---
 lisp/textmodes/paragraphs.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index a9e28a3275b..d23902b1c67 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -201,7 +201,6 @@ This is desirable in modes where blank lines are the 
paragraph delimiters."
   :type 'boolean
   :safe #'booleanp)
 
-;; Silence the compiler.
 (defun forward-paragraph (&optional arg)
   "Move forward to end of paragraph.
 With argument ARG, do it ARG times;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]