+2009-11-06 Chong Yidong <cyd@stupidchicken.com>
+
+ * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
+ statement.
+
2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/ld-script.el (auto-mode-alist):
";;; Code:\n\n"
"\f\n"
;; This is used outside of autoload.el.
- (if feature
- (concat "(provide '"
- (if (stringp feature) feature
- (file-name-sans-extension basename))
- ")\n")
- "")
+ "(provide '"
+ (if (stringp feature)
+ feature
+ (file-name-sans-extension basename))
+ ")\n"
";; Local Variables:\n"
";; version-control: never\n"
";; no-byte-compile: t\n"