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
5d74672c
Commit
5d74672c
authored
Jul 12, 2009
by
Eli Zaretskii
Browse files
(desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
parent
eb1727a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/desktop.el
lisp/desktop.el
+1
-1
No files found.
lisp/ChangeLog
View file @
5d74672c
2009-07-12 Eli Zaretskii <eliz@gnu.org>
* desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
* arc-mode.el (archive-find-type): Allow for a PK00 string before
...
...
lisp/desktop.el
View file @
5d74672c
...
...
@@ -336,7 +336,7 @@ modes are restored automatically; they should not be listed here."
;; We skip .log files because they are normally temporary.
;; (ftp) files because they require passwords and whatnot.
(
defcustom
desktop-buffers-not-to-save
"\\(^nn\\.a[0-9]+\\|
\\.log\\|
(ftp)\\)$"
"\\(^nn\\.a[0-9]+\\|(ftp)\\)$"
"Regexp identifying buffers that are to be excluded from saving."
:type
'regexp
: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