emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112752: * lisp/emacs-lisp/bytecomp.e


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112752: * lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
Date: Mon, 27 May 2013 23:52:51 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112752
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-05-27 23:52:51 -0700
message:
  * lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/bytecomp.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-27 23:38:56 +0000
+++ b/lisp/ChangeLog    2013-05-28 06:52:51 +0000
@@ -1,3 +1,7 @@
+2013-05-28  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
+
 2013-05-27  Juri Linkov  <address@hidden>
 
        * replace.el (replace-search): New function with code moved out

=== modified file 'lisp/emacs-lisp/bytecomp.el'
--- a/lisp/emacs-lisp/bytecomp.el       2013-05-22 07:50:30 +0000
+++ b/lisp/emacs-lisp/bytecomp.el       2013-05-28 06:52:51 +0000
@@ -289,10 +289,11 @@
   obsolete    obsolete variables and functions.
   noruntime   functions that may not be defined at runtime (typically
               defined only under `eval-when-compile').
-  cl-functions    calls to runtime functions from the CL package (as
-                 distinguished from macros and aliases).
+  cl-functions    calls to runtime functions (as distinguished from macros and
+                  aliases) from the old CL package (not the newer cl-lib).
   interactive-only
              commands that normally shouldn't be called from Lisp code.
+  lexical     global/dynamic variables lacking a prefix.
   make-local  calls to make-variable-buffer-local that may be incorrect.
   mapcar      mapcar called for effect.
   constants   let-binding of, or assignment to, constants/nonvariables.


reply via email to

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