(custom-note-var-changed): Remove the `interactive'
authorJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 23:03:57 +0000 (23:03 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 10 Nov 2007 23:03:57 +0000 (23:03 +0000)
spec from this new non-interactive function.

lisp/ChangeLog
lisp/custom.el

index 1b8ea95..f0b8f75 100644 (file)
@@ -1,3 +1,11 @@
+2007-11-10  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
+       Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
+
+       * custom.el (custom-note-var-changed): Remove the `interactive'
+       spec from this new non-interactive function.
+
 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
 
        * doc-view.el (doc-view-mode-map, doc-view-menu)
index e75cdc3..bbee71e 100644 (file)
@@ -583,10 +583,10 @@ This recursively follows aliases."
   "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)))))
-  \f
-  ;;; Custom Themes
+
+\f
+;;; Custom Themes
 
 ;;; Loading files needed to customize a symbol.
 ;;; This is in custom.el because menu-bar.el needs it for toggle cmds.