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/byte-run.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-run.el,v
Date: Thu, 29 Nov 2007 04:25:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/29 04:25:13

Index: byte-run.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/byte-run.el,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- byte-run.el 24 Nov 2007 03:09:45 -0000      1.27
+++ byte-run.el 29 Nov 2007 04:25:13 -0000      1.28
@@ -116,7 +116,9 @@
 relative to the Emacs \"src/\" directory.  Lisp files are
 searched for using `locate-library', and if that fails they are
 expanded relative to the location of the file containing the
-declaration.
+declaration.  A FILE with an \"ext:\" prefix is an external file.
+`check-declare' will check such files if they are found, and skip
+them without error if they are not.
 
 Note that for the purposes of `check-declare', this statement
 must be the first non-whitespace on a line, and everything up to




reply via email to

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