Mercurial > emacs
changeset 21927:8332fee2c358
(list-load-path-shadows): Don't say
anything if we are not interactive and nothing is wrong.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 04 May 1998 01:22:17 +0000 |
parents | 76061e1fa136 |
children | 42fa0da05721 |
files | lisp/emacs-lisp/shadow.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/shadow.el Mon May 04 00:13:13 1998 +0000 +++ b/lisp/emacs-lisp/shadow.el Mon May 04 01:22:17 1998 +0000 @@ -249,11 +249,11 @@ (message "This site has duplicate Lisp libraries with the same name. If a locally-installed Lisp library overrides a library in the Emacs release, that can cause trouble, and you should probably remove the locally-installed -version unless you know what you are doing.\n")) - (while shadows - (message "%s hides %s" (car shadows) (car (cdr shadows))) - (setq shadows (cdr (cdr shadows)))) - (message "%s" msg))))) +version unless you know what you are doing.\n") + (while shadows + (message "%s hides %s" (car shadows) (car (cdr shadows))) + (setq shadows (cdr (cdr shadows)))) + (message "%s" msg)))))) (provide 'shadow)