Skip to content

Commit

Permalink
(update-file-autoloads): Fix message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Naggum committed Jan 16, 1996
1 parent 6236826 commit 0dccc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/emacs-lisp/autoload.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))))))
Expand Down

0 comments on commit 0dccc8d

Please sign in to comment.