comparison lisp/desktop.el @ 50583:aea857f85930

(desktop-base-file-name): Renamed from desktop-basefilename. Add defvaralias.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Apr 2003 10:00:00 +0000
parents 4737239e4dad
children 77e8ccc064fd
comparison
equal deleted inserted replaced
50582:8fa7ea5646e6 50583:aea857f85930
151 (defcustom desktop-base-file-name 151 (defcustom desktop-base-file-name
152 (convert-standard-filename ".emacs.desktop") 152 (convert-standard-filename ".emacs.desktop")
153 "File for Emacs desktop, not including the directory name." 153 "File for Emacs desktop, not including the directory name."
154 :type 'file 154 :type 'file
155 :group 'desktop) 155 :group 'desktop)
156 (defvaralias 'desktop-basefilename 'desktop-base-file-name)
156 157
157 (defcustom desktop-path '("." "~") 158 (defcustom desktop-path '("." "~")
158 "List of directories to search for the desktop file. 159 "List of directories to search for the desktop file.
159 The base name of the file is specified in `desktop-base-file-name'." 160 The base name of the file is specified in `desktop-base-file-name'."
160 :type '(repeat directory) 161 :type '(repeat directory)