(update-file-autoloads): Fix message.

This commit is contained in:
Erik Naggum 1996-01-16 13:14:12 +00:00
parent c83704f39b
commit 7563295303

View file

@ -362,7 +362,7 @@ autoloads go somewhere else.")
nil t)
nil
(if (interactive-p)
(message file " has no autoloads"))
(message "%s has no autoloads" file))
t)
(or existing-buffer
(kill-buffer (current-buffer))))))))