David Kastrup <[EMAIL PROTECTED]> writes: [...]
>> defvaralias is part of Emacs since version 21.1. > > Uh what? > >> It does have an entry in NEWS under "Lisp Changes in Emacs 22.1", tho. >> I wonder why it was put there. Maybe because it wasn't mentioned in >> NEWS for 21.1? We better mention explicitly that it isn't really new >> for 22.1, in that case. > > What makes you think it isn't? My Emacs-21.3 does not have it. I used the Emacs from Debian: (emacs-version) => "GNU Emacs 21.4.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-03-17 on trouble, modified by Debian" (fboundp 'defvaralias) => t and also: ,----[ src/ChangeLog.9 ] | 2001-10-20 Gerd Moellmann <[EMAIL PROTECTED]> | | * (Version 21.1 released.) | | [...] | | 2001-10-04 Gerd Moellmann <[EMAIL PROTECTED]> | | [...] | | (Fdefvaralias): New function. `---- But I overlooked an earlier: ,----[ src/ChangeLog.9 ] | 2001-10-04 Gerd Moellmann <[EMAIL PROTECTED]> | | * Branch for 21.1. `---- and I found out that the Big Brother Database does: ,----[ bbdb.el ] | (unless (fboundp 'defvaralias) | (defun defvaralias (&rest args))) `---- I guess it ain't called insidious for nothin'. Sorry for the noise, Lute. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel