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
c760f19e
Commit
c760f19e
authored
Jul 05, 2009
by
Chong Yidong
Browse files
* desktop.el (desktop-globals-to-save): Add file-name-history (Bug#2750).
parent
6d00ce04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/desktop.el
lisp/desktop.el
+2
-1
No files found.
lisp/ChangeLog
View file @
c760f19e
2009-03-22 Jari Aalto <jari.aalto@cante.net>
* desktop.el (desktop-globals-to-save): Add
file-name-history (Bug#2750).
2009-07-05 Chong Yidong <cyd@stupidchicken.com>
* add-log.el (add-log-current-defun-header-regexp): Doc
...
...
lisp/desktop.el
View file @
c760f19e
...
...
@@ -276,7 +276,8 @@ for example."
tags-table-list
search-ring
regexp-search-ring
register-alist
)
register-alist
file-name-history
)
"List of global variables saved by `desktop-save'.
An element may be variable name (a symbol) or a cons cell of the form
\(VAR . MAX-SIZE), which means to truncate VAR's value to at most
...
...
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