mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(desktop-buffers-not-to-save): Set :version tag.
This commit is contained in:
parent
cfc4766482
commit
1a8d354101
2 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,13 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue