]> git.eshelyaron.com Git - emacs.git/commit
Signal error on newline in internal--format-docstring-line
authorStefan Kangas <stefan@marxist.se>
Tue, 28 Sep 2021 11:30:02 +0000 (13:30 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 28 Sep 2021 12:15:00 +0000 (14:15 +0200)
commitb27a8f15549f12b363acfde8101849af10e9b401
tree8729a391bb177a8e5ef3763b7e5313e0af8549ae
parent73b2b9f67acd82571ed0d250c5ba3282a4f6752a
Signal error on newline in internal--format-docstring-line

* lisp/subr.el (internal--format-docstring-line): Signal error
when trying to fill a line containing a newline.

* lisp/cedet/semantic/decorate/mode.el
(define-semantic-decoration-style):
* lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
Don't pass newlines to 'internal--format-docstring-line'.
lisp/cedet/semantic/decorate/mode.el
lisp/emacs-lisp/easy-mmode.el
lisp/subr.el