emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/custom.el,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el,v
Date: Sat, 10 Nov 2007 23:03:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/11/10 23:03:31

Index: custom.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/custom.el,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -b -r1.138 -r1.139
--- custom.el   26 Oct 2007 03:50:56 -0000      1.138
+++ custom.el   10 Nov 2007 23:03:31 -0000      1.139
@@ -583,10 +583,10 @@
   "Inform Custom that VARIABLE has been set (changed).
 VARIABLE is a symbol that names a user option.
 The result is that the change is treated as having been made through Custom."
-  (interactive "vVariable: ")
   (put variable 'customized-value (list (custom-quote (eval variable)))))
   
-  ;;; Custom Themes
+
+;;; Custom Themes
 
 ;;; Loading files needed to customize a symbol.
 ;;; This is in custom.el because menu-bar.el needs it for toggle cmds.




reply via email to

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