emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113914: * bytecomp.el (byte-compile-make-variable-b


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113914: * bytecomp.el (byte-compile-make-variable-buffer-local): Tweak warning.
Date: Fri, 16 Aug 2013 06:54:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113914
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14926
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-08-15 23:53:41 -0700
message:
  * bytecomp.el (byte-compile-make-variable-buffer-local): Tweak warning.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/bytecomp.el    bytecomp.el-20091113204419-o5vbwnq5f7feedwu-492
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-08-16 06:50:58 +0000
+++ b/lisp/ChangeLog    2013-08-16 06:53:41 +0000
@@ -1,5 +1,8 @@
 2013-08-16  Glenn Morris  <address@hidden>
 
+       * 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)
 

=== modified file 'lisp/emacs-lisp/bytecomp.el'
--- a/lisp/emacs-lisp/bytecomp.el       2013-08-08 01:37:47 +0000
+++ b/lisp/emacs-lisp/bytecomp.el       2013-08-16 06:53:41 +0000
@@ -4274,7 +4274,7 @@
   (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]