mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(list-load-path-shadows): Pass proper format string to message.
(list-load-path-shadows): Delete format call inside message.
This commit is contained in:
parent
32bf4c34c7
commit
38fb372206
1 changed files with 2 additions and 2 deletions
|
|
@ -193,9 +193,9 @@ buffer called `*Shadows*'. Shadowings are located by calling the
|
|||
(insert msg "\n")))
|
||||
;; We are non-interactive, print shadows via message.
|
||||
(while shadows
|
||||
(message (format "%s shadows %s" (car shadows) (car (cdr shadows))))
|
||||
(message "%s shadows %s" (car shadows) (car (cdr shadows)))
|
||||
(setq shadows (cdr (cdr shadows))))
|
||||
(message msg))))
|
||||
(message "%s" msg))))
|
||||
|
||||
(provide 'shadow)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue