[xemacs-hg @ 2005-02-04 02:59:26 by ben]
Add custom-defines to shadow ignores
shadow.el: Ignore custom-defines.
author |
ben |
date |
Fri, 04 Feb 2005 02:59:27 +0000 |
parents |
bca59a29f9d9 |
children |
6bee993389f3 |
files |
lisp/ChangeLog lisp/shadow.el |
diffstat |
2 files changed, 6 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/lisp/ChangeLog Fri Feb 04 02:58:32 2005 +0000
+++ b/lisp/ChangeLog Fri Feb 04 02:59:27 2005 +0000
@@ -1,3 +1,8 @@
+2005-02-03 Ben Wing <ben@xemacs.org>
+
+ * shadow.el (find-emacs-lisp-shadows):
+ Ignore custom-defines.
+
2005-02-03 Ben Wing <ben@xemacs.org>
* about.el:
--- a/lisp/shadow.el Fri Feb 04 02:58:32 2005 +0000
+++ b/lisp/shadow.el Fri Feb 04 02:59:27 2005 +0000
@@ -114,6 +114,7 @@
'("subdirs"
"auto-autoloads"
"custom-load"
+ "custom-defines"
"dumped-lisp"
"_pkg"
"lpath")))