emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el,v
Date: Wed, 05 Dec 2007 03:35:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/12/05 03:35:39

Index: bytecomp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/bytecomp.el,v
retrieving revision 2.223
retrieving revision 2.224
diff -u -b -r2.223 -r2.224
--- bytecomp.el 2 Dec 2007 21:41:33 -0000       2.223
+++ bytecomp.el 5 Dec 2007 03:35:39 -0000       2.224
@@ -2828,6 +2828,9 @@
                   (list 'declared (nth 3 form))
                 t))                     ; arglist not specified
         byte-compile-function-environment)
+  ;; We are stating that it _will_ be defined at runtime.
+  (setq byte-compile-noruntime-functions
+        (delq (nth 1 form) byte-compile-noruntime-functions))
   nil)
 
 




reply via email to

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