/[emacs]/emacs/lisp/cus-edit.el
ViewVC logotype

Diff of /emacs/lisp/cus-edit.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.164 by monnier, Thu Oct 10 13:10:53 2002 UTC revision 1.165 by lektu, Mon Nov 11 10:50:53 2002 UTC
# Line 3649  to the new custom file.  This will prese Line 3649  to the new custom file.  This will prese
3649    "Visit `custom-file' and delete all calls to SYMBOL from it.    "Visit `custom-file' and delete all calls to SYMBOL from it.
3650  Leave point at the old location of the first such call,  Leave point at the old location of the first such call,
3651  or (if there were none) at the end of the buffer."  or (if there were none) at the end of the buffer."
3652    (let ((default-major-mode))    (let ((default-major-mode 'emacs-lisp-mode))
3653      (set-buffer (find-file-noselect (custom-file))))      (set-buffer (find-file-noselect (custom-file))))
3654    (goto-char (point-min))    (goto-char (point-min))
3655    ;; Skip all whitespace and comments.    ;; Skip all whitespace and comments.

Legend:
Removed from v.1.164  
changed lines
  Added in v.1.165

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26