Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
400b960e
Commit
400b960e
authored
Oct 26, 2007
by
Richard M. Stallman
Browse files
(custom-note-var-changed): New function.
parent
a3547743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
lisp/custom.el
lisp/custom.el
+9
-0
No files found.
lisp/custom.el
View file @
400b960e
...
...
@@ -579,6 +579,15 @@ This recursively follows aliases."
(
or
(
get
variable
'standard-value
)
(
get
variable
'custom-autoload
)))
(
defun
custom-note-var-changed
(
variable
)
"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
;;; Loading files needed to customize a symbol.
;;; This is in custom.el because menu-bar.el needs it for toggle cmds.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment