comparison lisp/shadow.el @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents d44af0c54775
children 6240c7796c7a
comparison
equal deleted inserted replaced
226:eea38c7ad7b4 227:0e522484dd2a
111 ;; Ignore these files. 111 ;; Ignore these files.
112 (member file 112 (member file
113 '("subdirs" 113 '("subdirs"
114 "auto-autoloads" 114 "auto-autoloads"
115 "custom-load" 115 "custom-load"
116 "dumped-lisp"
117 "_pkg"
116 "lpath"))) 118 "lpath")))
117 ;; File has not been seen yet in this directory. 119 ;; File has not been seen yet in this directory.
118 ;; This test prevents us declaring that XXX.el shadows 120 ;; This test prevents us declaring that XXX.el shadows
119 ;; XXX.elc (or vice-versa) when they are in the same directory. 121 ;; XXX.elc (or vice-versa) when they are in the same directory.
120 (setq files-seen-this-dir (cons file files-seen-this-dir)) 122 (setq files-seen-this-dir (cons file files-seen-this-dir))