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
1a8d3541
Commit
1a8d3541
authored
Jul 19, 2009
by
Glenn Morris
Browse files
(desktop-buffers-not-to-save): Set :version tag.
parent
cfc47664
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/desktop.el
lisp/desktop.el
+1
-0
No files found.
lisp/ChangeLog
View file @
1a8d3541
2009-07-19 Glenn Morris <rgm@gnu.org>
* calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
non-calendar buffers (Bug#3862). Restore "not on a date" message.
(cal-menu-context-mouse-menu): Doc fix.
* desktop.el (desktop-buffers-not-to-save): Set :version tag.
* simple.el (mail-user-agent): Doc fix. Set :version tag.
2009-07-18 Juri Linkov <juri@jurta.org>
* info.el: Virtual Info keyword finder.
...
...
lisp/desktop.el
View file @
1a8d3541
...
...
@@ -337,6 +337,7 @@ modes are restored automatically; they should not be listed here."
"Regexp identifying buffers that are to be excluded from saving."
:type
'
(
choice
(
const
:tag
"None"
nil
)
regexp
)
:version
"23.2"
; set to nil
:group
'desktop
)
;; Skip tramp and ange-ftp files
...
...
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