]> git.eshelyaron.com Git - emacs.git/commit
; Fix infloop in checkdoc-next-docstring
authorEshel Yaron <me@eshelyaron.com>
Fri, 23 Aug 2024 15:15:32 +0000 (17:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 23 Aug 2024 15:15:32 +0000 (17:15 +0200)
commit4dd91a89369b45957f0154cd2055c279eb2217c2
tree06d230661a6c7cd0e8db52b7e531755f0f5eb13d
parentf9d99742dc4b757b4540072e3692e84c43494fae
; Fix infloop in checkdoc-next-docstring

* lisp/emacs-lisp/checkdoc.el (checkdoc-next-docstring): Use
'beginning-of-defun-raw' instead of 'beginning-of-defun', as the latter
always moves back to beginning of line and thus is not guaranteed to
advance point when 'open-paren-in-column-0-is-defun-start' is non-nil.
(Bug#72759)
lisp/emacs-lisp/checkdoc.el