+2002-11-14 Markus Rost <rost@math.ohio-state.edu>
+
+ * custom.el (custom-declare-group): Remove unnecessary line of
+ code.
+
+ * cus-dep.el (custom-make-dependencies): Bind load-file-name.
+
2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
* calendar/diary-lib.el (make-diary-entry): Allow for local variables
(insert-file-contents file)
(goto-char (point-min))
(string-match "\\`\\(.*\\)\\.el\\'" file)
- (let ((name (file-name-nondirectory (match-string 1 file))))
+ (let ((name (file-name-nondirectory (match-string 1 file)))
+ (load-file-name file))
(if (save-excursion
(re-search-forward
(concat "(provide[ \t\n]+\\('\\|(quote[ \t\n]\\)[ \t\n]*"