]> git.eshelyaron.com Git - emacs.git/commit
Fix recent test regressions
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 22 Mar 2024 22:44:54 +0000 (18:44 -0400)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:20:40 +0000 (15:20 +0100)
commit199d0b3a3a866c9ec8d81b7f4eb2e584a3b8b473
tree13fe40237bbeec6e03bfe432cccccb67f11fa744
parentadad773792e000de4ac5a6fe5429277c7ddcfbb6
Fix recent test regressions

* lisp/emacs-lisp/pp.el (pp-fill): Don't cut between `#` and `(`.

* test/lisp/help-fns-tests.el (help-fns-test-built-in)
(help-fns-test-interactive-built-in, help-fns-test-lisp-defun)
(help-fns-test-lisp-defsubst):
* test/src/emacs-module-tests.el (module/describe-function-1):
Adjust tests to new wording in `describe-function`.

(cherry picked from commit 7e32e8392ab77f9df08a1f11831cbba2242d721f)
lisp/emacs-lisp/pp.el
test/lisp/help-fns-tests.el
test/src/emacs-module-tests.el