diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b8ea95301d..f0b8f759878 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-11-10 Juri Linkov + + * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit): + Fix docstring. Reported by Leo . + + * custom.el (custom-note-var-changed): Remove the `interactive' + spec from this new non-interactive function. + 2007-11-10 Tassilo Horn * doc-view.el (doc-view-mode-map, doc-view-menu) diff --git a/lisp/custom.el b/lisp/custom.el index e75cdc32459..bbee71ecf1f 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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))))) - - ;;; 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.