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: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Sat, 24 Sep 2005 09:44:06 -0400

Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.231 emacs/lisp/cus-edit.el:1.232
*** emacs/lisp/cus-edit.el:1.231        Tue Aug 30 10:35:09 2005
--- emacs/lisp/cus-edit.el      Sat Sep 24 13:44:02 2005
***************
*** 495,501 ****
         val)
       (setq val (completing-read
                (if (and (symbolp v) (custom-variable-p v))
!                   (format "Customize option: (default %s) " v)
                  "Customize option: ")
                obarray 'custom-variable-p t))
       (list (if (equal val "")
--- 495,501 ----
         val)
       (setq val (completing-read
                (if (and (symbolp v) (custom-variable-p v))
!                   (format "Customize option (default %s): " v)
                  "Customize option: ")
                obarray 'custom-variable-p t))
       (list (if (equal val "")
***************
*** 967,973 ****
  (defun customize-group (group)
    "Customize GROUP, which must be a customization group."
    (interactive (list (let ((completion-ignore-case t))
!                      (completing-read "Customize group: (default emacs) "
                                        obarray
                                        (lambda (symbol)
                                          (or (get symbol 'custom-loads)
--- 967,973 ----
  (defun customize-group (group)
    "Customize GROUP, which must be a customization group."
    (interactive (list (let ((completion-ignore-case t))
!                      (completing-read "Customize group (default emacs): "
                                        obarray
                                        (lambda (symbol)
                                          (or (get symbol 'custom-loads)
***************
*** 990,996 ****
  (defun customize-group-other-window (group)
    "Customize GROUP, which must be a customization group."
    (interactive (list (let ((completion-ignore-case t))
!                      (completing-read "Customize group: (default emacs) "
                                        obarray
                                        (lambda (symbol)
                                          (or (get symbol 'custom-loads)
--- 990,996 ----
  (defun customize-group-other-window (group)
    "Customize GROUP, which must be a customization group."
    (interactive (list (let ((completion-ignore-case t))
!                      (completing-read "Customize group (default emacs): "
                                        obarray
                                        (lambda (symbol)
                                          (or (get symbol 'custom-loads)




reply via email to

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