Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3845c322
Commit
3845c322
authored
Jun 02, 2010
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Close bug#6336.
* lisp/desktop.el (desktop-clear-preserve-buffers): Add "*Warnings*" buffer.
parent
ba3bf1d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/desktop.el
lisp/desktop.el
+3
-1
No files found.
lisp/ChangeLog
View file @
3845c322
2010-06-03 Glenn Morris <rgm@gnu.org>
* desktop.el (desktop-clear-preserve-buffers):
Add "*Warnings*" buffer. (Bug#6336)
2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
...
...
lisp/desktop.el
View file @
3845c322
...
...
@@ -303,10 +303,12 @@ to the value obtained by evaluating FORM."
:version
"22.1"
)
(
defcustom
desktop-clear-preserve-buffers
'
(
"\\*scratch\\*"
"\\*Messages\\*"
"\\*server\\*"
"\\*tramp/.+\\*"
)
'
(
"\\*scratch\\*"
"\\*Messages\\*"
"\\*server\\*"
"\\*tramp/.+\\*"
"\\*Warnings\\*"
)
"List of buffers that `desktop-clear' should not delete.
Each element is a regular expression. Buffers with a name matched by any of
these won't be deleted."
:version
"23.3"
; added Warnings - bug#6336
:type
'
(
repeat
string
)
:group
'desktop
)
...
...
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