# HG changeset patch # User Juri Linkov # Date 1194735811 0 # Node ID cdd09d6acfdc188ddb1c8ca261cc42e4ce686475 # Parent f194d32fb97d69fbfcadeae8f14b2c88b1935830 (custom-note-var-changed): Remove the `interactive' spec from this new non-interactive function. diff -r f194d32fb97d -r cdd09d6acfdc lisp/custom.el --- a/lisp/custom.el Sat Nov 10 23:03:24 2007 +0000 +++ b/lisp/custom.el Sat Nov 10 23:03:31 2007 +0000 @@ -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.