(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 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))))))))