]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--mode-docstring): Add comment
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 3 Feb 2024 23:22:41 +0000 (18:22 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:05:45 +0000 (12:05 +0100)
(cherry picked from commit 4ebded3f5ee8617ac6b1debaa01706cd78206f39)

lisp/emacs-lisp/easy-mmode.el

index 05b23a86fc0cf71a0f9740fc174792066a7ea24b..4fa05008dd83216f10ab51ae2ec86133c6325e7d 100644 (file)
@@ -132,7 +132,7 @@ it is disabled.")
                         (string-replace "'" "\\='" (format "%S" getter)))))
           (let ((start (point)))
             (insert argdoc)
-            (when (fboundp 'fill-region)
+            (when (fboundp 'fill-region) ;Don't break bootstrap!
               (fill-region start (point) 'left t))))
         ;; Finally, insert the keymap.
         (when (and (boundp keymap-sym)