+1999-11-29 Dave Love <fx@gnu.org>
+
+ * cus-edit.el (custom-save-variables, custom-save-faces): Write a
+ comment warning about editing.
+
1999-11-29 Dave Love <fx@gnu.org>
* help.el (help-mode-hook): Define.
(setq saved-list (sort (cdr saved-list) 'string<))
(unless (bolp)
(princ "\n"))
- (princ "(custom-set-variables")
+ (princ "(custom-set-variables
+ ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
+ ;; Your init file must only contain one such instance.")
(mapcar
(lambda (symbol)
(let ((value (get symbol 'saved-value))
(setq saved-list (cons 'default (delq 'default saved-list))))
(unless (bolp)
(princ "\n"))
- (princ "(custom-set-faces")
+ (princ "(custom-set-faces
+ ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
+ ;; Your init file must only contain one such instance.")
(mapcar
(lambda (symbol)
(let ((value (get symbol 'saved-face))