+2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
+
+ * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
+
2002-11-11 Juanma Barranquero <lektu@terra.es>
* bindings.el (mode-name): Mark it as risky-local-variable.
"Visit `custom-file' and delete all calls to SYMBOL from it.
Leave point at the old location of the first such call,
or (if there were none) at the end of the buffer."
- (let ((default-major-mode))
+ (let ((default-major-mode 'emacs-lisp-mode))
(set-buffer (find-file-noselect (custom-file))))
(goto-char (point-min))
;; Skip all whitespace and comments.