Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fabb2f5
Commit
9fabb2f5
authored
Nov 27, 2001
by
Stefan Monnier
Browse files
*** empty log message ***
parent
d6cdfce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+11
-0
No files found.
lisp/ChangeLog
View file @
9fabb2f5
...
...
@@ -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
...
...
src/ChangeLog
View file @
9fabb2f5
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment