Mercurial > hg > xemacs-beta
comparison lisp/utils/shadow.el @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | a2f645c6b9f8 |
children |
comparison
equal
deleted
inserted
replaced
208:f427b8ec4379 | 209:41ff10fd062f |
---|---|
222 ;; We are non-interactive, print shadows via message. | 222 ;; We are non-interactive, print shadows via message. |
223 (when shadows | 223 (when shadows |
224 (message "This site has duplicate Lisp libraries with the same name. | 224 (message "This site has duplicate Lisp libraries with the same name. |
225 If a locally-installed Lisp library overrides a library in the Emacs release, | 225 If a locally-installed Lisp library overrides a library in the Emacs release, |
226 that can cause trouble, and you should probably remove the locally-installed | 226 that can cause trouble, and you should probably remove the locally-installed |
227 version unless you know what you are doing.\n")) | 227 version unless you know what you are doing.\n") |
228 (while shadows | 228 (while shadows |
229 (message "%s hides %s" (car shadows) (car (cdr shadows))) | 229 (message "%s hides %s" (car shadows) (car (cdr shadows))) |
230 (setq shadows (cdr (cdr shadows)))) | 230 (setq shadows (cdr (cdr shadows)))) |
231 (message "%s" msg))))) | 231 (message "%s" msg)))))) |
232 | 232 |
233 (provide 'shadow) | 233 (provide 'shadow) |
234 | 234 |
235 ;;; shadow.el ends here | 235 ;;; shadow.el ends here |