mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
*** empty log message ***
This commit is contained in:
parent
d6cdfce638
commit
9fabb2f550
@ -22,6 +22,10 @@
|
||||
|
||||
* cus-start.el (recursive-load-depth-limit): Delete item.
|
||||
|
||||
2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* help-fns.el (describe-categories, help-describe-category-set): New.
|
||||
|
||||
2001-11-26 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
|
||||
|
@ -1,5 +1,16 @@
|
||||
2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
|
||||
(describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
|
||||
|
||||
* eval.c: Use AREF and ASIZE.
|
||||
(Ffetch_bytecode): Add the file name to the error message.
|
||||
|
||||
* fileio.c (Ffind_file_name_handler): Give precedence to handlers
|
||||
which match the end of the file-name.
|
||||
(Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
|
||||
is not a valid env var, but leave it as is instead.
|
||||
|
||||
* keymap.c (access_keymap): Handle t bindings like nil bindings.
|
||||
Make nil bindings in char-tables transparent.
|
||||
(store_in_keymap): Turn a nil binding into a t binding for char-tables.
|
||||
|
Loading…
Reference in New Issue
Block a user