1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(custom-note-var-changed): Remove the `interactive'

spec from this new non-interactive function.
This commit is contained in:
Juri Linkov 2007-11-10 23:03:57 +00:00
parent 4974aba85e
commit 06f5c483ca
2 changed files with 11 additions and 3 deletions

View 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)

View 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)))))
;;; 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.