comparison lisp/desktop.el @ 94026:85846e73fafe

Move non-autoloaded define-obsolete-variable-alias calls for defcustoms not in dumped files before the associated defcustom.
author Glenn Morris <rgm@gnu.org>
date Sat, 12 Apr 2008 03:14:43 +0000
parents 6dea71380597
children 780f88412851
comparison
equal deleted inserted replaced
94025:a8f8b0947a08 94026:85846e73fafe
204 (const :tag "Don't load" nil) 204 (const :tag "Don't load" nil)
205 (const :tag "Ask the user" ask)) 205 (const :tag "Ask the user" ask))
206 :group 'desktop 206 :group 'desktop
207 :version "22.2") 207 :version "22.2")
208 208
209 (define-obsolete-variable-alias 'desktop-basefilename
210 'desktop-base-file-name "22.1")
211
209 (defcustom desktop-base-file-name 212 (defcustom desktop-base-file-name
210 (convert-standard-filename ".emacs.desktop") 213 (convert-standard-filename ".emacs.desktop")
211 "Name of file for Emacs desktop, excluding the directory part." 214 "Name of file for Emacs desktop, excluding the directory part."
212 :type 'file 215 :type 'file
213 :group 'desktop) 216 :group 'desktop)
214 (define-obsolete-variable-alias 'desktop-basefilename
215 'desktop-base-file-name "22.1")
216 217
217 (defcustom desktop-base-lock-name 218 (defcustom desktop-base-lock-name
218 (convert-standard-filename ".emacs.desktop.lock") 219 (convert-standard-filename ".emacs.desktop.lock")
219 "Name of lock file for Emacs desktop, excluding the directory part." 220 "Name of lock file for Emacs desktop, excluding the directory part."
220 :type 'file 221 :type 'file