Mercurial > emacs
comparison lisp/desktop.el @ 103978:53e741f0367a
(desktop-buffers-not-to-save): Set :version tag.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 19 Jul 2009 00:33:58 +0000 |
parents | f261612c30a6 |
children | 7700dc1d76fd |
comparison
equal
deleted
inserted
replaced
103977:64c2a1f8f15d | 103978:53e741f0367a |
---|---|
335 | 335 |
336 (defcustom desktop-buffers-not-to-save nil | 336 (defcustom desktop-buffers-not-to-save nil |
337 "Regexp identifying buffers that are to be excluded from saving." | 337 "Regexp identifying buffers that are to be excluded from saving." |
338 :type '(choice (const :tag "None" nil) | 338 :type '(choice (const :tag "None" nil) |
339 regexp) | 339 regexp) |
340 :version "23.2" ; set to nil | |
340 :group 'desktop) | 341 :group 'desktop) |
341 | 342 |
342 ;; Skip tramp and ange-ftp files | 343 ;; Skip tramp and ange-ftp files |
343 (defcustom desktop-files-not-to-save | 344 (defcustom desktop-files-not-to-save |
344 "\\(^/[^/:]*:\\|(ftp)$\\)" | 345 "\\(^/[^/:]*:\\|(ftp)$\\)" |