emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-edit.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Mon, 11 Nov 2002 05:50:57 -0500

Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.164 emacs/lisp/cus-edit.el:1.165
*** emacs/lisp/cus-edit.el:1.164        Thu Oct 10 09:10:53 2002
--- emacs/lisp/cus-edit.el      Mon Nov 11 05:50:53 2002
***************
*** 3649,3655 ****
    "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))
      (set-buffer (find-file-noselect (custom-file))))
    (goto-char (point-min))
    ;; Skip all whitespace and comments.
--- 3649,3655 ----
    "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 'emacs-lisp-mode))
      (set-buffer (find-file-noselect (custom-file))))
    (goto-char (point-min))
    ;; Skip all whitespace and comments.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]