From: Richard M. Stallman Date: Mon, 14 Apr 2003 10:00:00 +0000 (+0000) Subject: (desktop-base-file-name): Renamed from desktop-basefilename. Add defvaralias. X-Git-Tag: ttn-vms-21-2-B4~10520 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7065d42f229b6c004854f2e178209fbb3293226f;p=emacs.git (desktop-base-file-name): Renamed from desktop-basefilename. Add defvaralias. --- diff --git a/lisp/desktop.el b/lisp/desktop.el index 7f2b6f1312e..ec7d3595c0e 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -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.