]> git.eshelyaron.com Git - emacs.git/commit
(pp-fill): Fix bug#76715
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Mar 2025 23:35:35 +0000 (18:35 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 07:05:54 +0000 (08:05 +0100)
commit33085cfc537cdc618a7390a3609fe5c345e32d2b
tree9236deeaf41733ad72b8fa6f431083e1685f1216
parentac0e78e5329d092166d170bfd849129fad44046e
(pp-fill): Fix bug#76715

* lisp/emacs-lisp/pp.el (pp-fill): Don't break before `.` within symbols.
* test/lisp/emacs-lisp/pp-tests.el (pp-tests--bug76715): New test.

(cherry picked from commit 25de262bd95b587beb757e1a82828ad4fffbf168)
lisp/emacs-lisp/pp.el
test/lisp/emacs-lisp/pp-tests.el