1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-21 03:52:16 -08:00
emacs/lisp/cedet
Stefan Monnier 9dcf0bc428 Fix recent test suite regression (bug#80177)
* lisp/emacs-lisp/cl-generic.el (cl--generic-make-function):
Preserve advertised-calling-convention info.

* test/lisp/emacs-lisp/pcase-tests.el (pcase-tests-quote-optimization):
Require `byte-opt` to fix the test when the compiler is not loaded yet.

* lisp/progmodes/elisp-mode.el: Fix some >80column problems.
(elisp--xref-format-extra)
(elisp--xref-format): Make them constant, now that we don't have
the purespace.  Also, use %S since some of the elements
don't necessarily have names and even if they do, we'd want to
escape any funny characters in them to avoid ambiguities.
(elisp--xref-find-definitions): Fix uses of
`elisp--xref-format-extra` accordingly.
Improve heuristic to distinguish proper `cl-defgeneric` from
implicit ones.
(elisp-eldoc-docstring-length-limit)
(elisp-eldoc-funcall-with-docstring-length): Remove redundant `:group`.
* lisp/cedet/mode-local.el (xref-mode-local-overload): Pass the
override symbol rather than its name through `elisp--xref-format-extra`.
* test/lisp/progmodes/elisp-mode-tests.el (find-defs-constructor):
Adjust test to new text.
2026-01-11 18:26:53 -05:00
..
ede ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
semantic ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
srecode ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cedet-cscope.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cedet-files.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cedet-global.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cedet-idutils.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cedet.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.1 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
data-debug.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ede.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mode-local.el Fix recent test suite regression (bug#80177) 2026-01-11 18:26:53 -05:00
semantic.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
srecode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00