mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
* bytecomp.el (byte-compile-make-variable-buffer-local): Tweak warning.
Fixes: debbugs:14926
This commit is contained in:
parent
57953f498a
commit
58c4682f76
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2013-08-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
|
||||
Tweak warning. (Bug#14926)
|
||||
|
||||
* menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
|
||||
(menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
|
||||
|
||||
|
|
|
|||
|
|
@ -4274,7 +4274,7 @@ binding slots have been popped."
|
|||
(if (and (eq (car-safe (car-safe (cdr-safe form))) 'quote)
|
||||
(byte-compile-warning-enabled-p 'make-local))
|
||||
(byte-compile-warn
|
||||
"`make-variable-buffer-local' should be called at toplevel"))
|
||||
"`make-variable-buffer-local' not called at toplevel"))
|
||||
(byte-compile-normal-call form))
|
||||
(put 'make-variable-buffer-local
|
||||
'byte-hunk-handler 'byte-compile-form-make-variable-buffer-local)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue