*** empty log message ***
This commit is contained in:
parent
9a6abc8e67
commit
b26860ad0e
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-29 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* variables.texi (Defining Variables): `user-variable-p' returns t
|
||||
for aliases of user options, nil for alias loops.
|
||||
|
||||
2005-06-28 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2005-06-29 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* eval.c (user_variable_p_eh): New function.
|
||||
(Fuser_variable_p): Use it. Clarify docstring.
|
||||
Return t for aliases of user options, nil for alias loops.
|
||||
|
||||
2005-06-27 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* eval.c (Fdefvar): Improve error message.
|
||||
|
|
Loading…
Add table
Reference in a new issue