1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 07:20:28 -08:00

Merge branch 'master' into scratch/igc

This commit is contained in:
Gerd Möllmann 2024-06-23 16:20:37 +02:00
commit 33dd41c745
600 changed files with 46903 additions and 22536 deletions

View file

@ -1644,7 +1644,8 @@ extra args."
nargs (if (= nargs 1) "" "s")
nfields (if (= nfields 1) "" "s"))))))
(dolist (elt '(format message format-message error))
(dolist (elt '( format message format-message message-box message-or-box
warn error user-error))
(put elt 'byte-compile-format-like t))
;; Warn if the function or macro is being redefined with a different
@ -6029,7 +6030,7 @@ and corresponding effects."
(let ((byte-optimize nil) ; do it fast
(byte-compile-warnings nil))
(mapc (lambda (x)
(unless (subr-native-elisp-p x)
(unless (native-comp-function-p x)
(or noninteractive (message "compiling %s..." x))
(byte-compile x)
(or noninteractive (message "compiling %s...done" x))))