NOTE: This patch has been committed.
lisp/ChangeLog addition:
2005-02-03 Ben Wing <ben(a)xemacs.org>
* shadow.el (find-emacs-lisp-shadows):
Ignore custom-defines.
build source patch:
Diff command: bash -ci "cvs-diff --show-c-function -no-changelog "
Files affected: lisp/shadow.el
Index: lisp/shadow.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/shadow.el,v
retrieving revision 1.6
diff -u -p -r1.6 shadow.el
--- lisp/shadow.el 2001/06/10 10:42:23 1.6
+++ lisp/shadow.el 2005/02/04 02:59:00
@@ -114,6 +114,7 @@ See the documentation for `list-load-pat
'("subdirs"
"auto-autoloads"
"custom-load"
+ "custom-defines"
"dumped-lisp"
"_pkg"
"lpath")))
Show replies by date