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: Fri, 26 Oct 2007 07:35:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/10/26 07:35:01

Index: bytecomp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/bytecomp.el,v
retrieving revision 2.212
retrieving revision 2.213
diff -u -b -r2.212 -r2.213
--- bytecomp.el 21 Sep 2007 07:17:13 -0000      2.212
+++ bytecomp.el 26 Oct 2007 07:35:00 -0000      2.213
@@ -371,7 +371,8 @@
                      (const obsolete) (const noruntime)
                      (const cl-functions) (const interactive-only)
                      (const make-local) (const mapcar))))
-(put 'byte-compile-warnings 'safe-local-variable 'byte-compile-warnings-safe-p)
+;;;###autoload(put 'byte-compile-warnings 'safe-local-variable 
'byte-compile-warnings-safe-p)
+
 ;;;###autoload
 (defun byte-compile-warnings-safe-p (x)
   (or (booleanp x)




reply via email to

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