diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-19 00:33:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-19 00:33:58 +0000 |
commit | 1a8d3541018b413c224bba3d6a3d82ac0e166080 (patch) | |
tree | 596a8afa64496f3ca13f5f46d9abce76f06f8c31 /lisp/desktop.el | |
parent | cfc4766482ba0182a052d7a84fad9a64ca77428d (diff) | |
download | emacs-1a8d3541018b413c224bba3d6a3d82ac0e166080.tar.gz |
(desktop-buffers-not-to-save): Set :version tag.
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r-- | lisp/desktop.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el index b2c04e26ea9..5eebfd17aee 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -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 |