(update-file-autoloads): Fix message.
This commit is contained in:
parent
c83704f39b
commit
7563295303
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ autoloads go somewhere else.")
|
||||||
nil t)
|
nil t)
|
||||||
nil
|
nil
|
||||||
(if (interactive-p)
|
(if (interactive-p)
|
||||||
(message file " has no autoloads"))
|
(message "%s has no autoloads" file))
|
||||||
t)
|
t)
|
||||||
(or existing-buffer
|
(or existing-buffer
|
||||||
(kill-buffer (current-buffer))))))))
|
(kill-buffer (current-buffer))))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue