Mercurial > emacs
changeset 86028:cdd09d6acfdc
(custom-note-var-changed): Remove the `interactive'
spec from this new non-interactive function.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 10 Nov 2007 23:03:31 +0000 |
parents | f194d32fb97d |
children | 22be0027622f |
files | lisp/custom.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.