# HG changeset patch # User Richard M. Stallman # Date 1050314400 0 # Node ID aea857f85930f2dd498173b58fefbfea1cfd240a # Parent 8fa7ea5646e6a2a333d973831b5624e73b10160d (desktop-base-file-name): Renamed from desktop-basefilename. Add defvaralias. diff -r 8fa7ea5646e6 -r aea857f85930 lisp/desktop.el --- a/lisp/desktop.el Mon Apr 14 07:54:15 2003 +0000 +++ b/lisp/desktop.el Mon Apr 14 10:00:00 2003 +0000 @@ -153,6 +153,7 @@ "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.