>>>>> [Sat, 14 Jan 2006 00:49:20 -0500] >>>>> "Richard M. Stallman" <[EMAIL PROTECTED]> writes: > According to lisp-font-lock-keywords-1, `defvaralias' is treated as > a function declaration.
> IMHO users may expect it treated as a variable declaration. > They are highlighted the same way, so it makes no practical > difference, but it will be cleaner to fix this. Thanks. `defvaralias' itself is highlighted the same way whether it is among function declarations or variable declarations, but the following variable name is not. It is now highlited with font-lock-function-name-face. It will be highlited with font-lock-variable-name-face if `defvaralias' is placed among variable declarations. -- Tetsuo Tsukamoto _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
