]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Nov 2001 19:23:17 +0000 (19:23 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Nov 2001 19:23:17 +0000 (19:23 +0000)
lisp/ChangeLog
src/ChangeLog

index 2e19238b354cd2c642886e5cf23621ba74c2c34f..f9c24035be5a9043f07878f1bc7a9beac4d19667 100644 (file)
 
        * 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
index 9a6367a445f46f0f664254cc821a0d0d647a304c..9c65b156d30df3420fa805e7fb5bc7ead7a4e497 100644 (file)
@@ -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.