> That is indeed true. The confusion arose because I forgot that `C-h v > did not work for variables defined in the C code in 21.3.
Uh? *** Welcome to IELM *** Type (describe-mode) for help. ELISP> (defvar *x* 1) *x* ELISP> (defvaralias '*y* '*x*) *** Eval error *** Symbol's function definition is void: defvaralias ELISP> emacs-version "21.3.1" ELISP> -- /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel