(list-load-path-shadows): Don't say
anything if we are not interactive and nothing is wrong.
This commit is contained in:
parent
5522b032fc
commit
248a9f6d2f
1 changed files with 5 additions and 5 deletions
|
|
@ -249,11 +249,11 @@ buffer called `*Shadows*'. Shadowings are located by calling the
|
|||
(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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue