1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

Fix last change.

This commit is contained in:
Chong Yidong 2009-09-02 05:04:38 +00:00
parent 3d9d848682
commit d8dbeec0af

View file

@ -252,7 +252,8 @@ information contained in FILE."
";;; Code:\n\n"
" \n"
"(provide '"
(if (symbolp generated-autoload-feature)
(if (and (symbolp generated-autoload-feature)
generated-autoload-feature)
(format "%s" generated-autoload-feature)
(file-name-sans-extension basename))
")\n"