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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Sat, 02 Feb 2002 10:56:16 -0500

Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.141 emacs/lisp/cus-edit.el:1.142
*** emacs/lisp/cus-edit.el:1.141        Thu Jan 24 13:56:32 2002
--- emacs/lisp/cus-edit.el      Sat Feb  2 10:52:36 2002
***************
*** 812,818 ****
  `:prompt-value' property of that widget will be used for reading the value.
  
  If given a prefix (or a COMMENT argument), also prompt for a comment."
!   (interactive (custom-prompt-variable "Set and ave variable: "
                                       "Set and save value for %s as: "
                                       current-prefix-arg))
    (funcall (or (get var 'custom-set) 'set-default) var value)
--- 812,818 ----
  `:prompt-value' property of that widget will be used for reading the value.
  
  If given a prefix (or a COMMENT argument), also prompt for a comment."
!   (interactive (custom-prompt-variable "Set and save variable: "
                                       "Set and save value for %s as: "
                                       current-prefix-arg))
    (funcall (or (get var 'custom-set) 'set-default) var value)



reply via email to

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