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
f6fbc344
Commit
f6fbc344
authored
Nov 16, 2005
by
Richard M. Stallman
Browse files
(savehist-save-hook): Add :group.
parent
957dc1a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/savehist.el
lisp/savehist.el
+2
-1
No files found.
lisp/savehist.el
View file @
f6fbc344
...
...
@@ -135,7 +135,8 @@ If set to nil, disables timer-based autosaving."
"Hook called by `savehist-save' before saving the variables.
You can use this hook to influence choice and content of variables to
save."
:type
'hook
)
:type
'hook
:group
'savehist
)
;; This should be capable of representing characters used by Emacs.
;; We prefer UTF-8 over ISO 2022 because it is well-known outside
...
...
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