]> git.eshelyaron.com Git - emacs.git/commitdiff
(desktop-base-file-name): Renamed from desktop-basefilename. Add defvaralias.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Apr 2003 10:00:00 +0000 (10:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Apr 2003 10:00:00 +0000 (10:00 +0000)
lisp/desktop.el

index 7f2b6f1312e28ac4d280c77c96fdb69d1a1d1211..ec7d3595c0ed0af4de4811af75acf142e4c2cd75 100644 (file)
@@ -153,6 +153,7 @@ The desktop is never saved when `desktop-enable' is nil."
   "File for Emacs desktop, not including the directory name."
   :type 'file
   :group 'desktop)
+(defvaralias 'desktop-basefilename 'desktop-base-file-name)
 
 (defcustom desktop-path '("." "~")
   "List of directories to search for the desktop file.