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
411df82f
Commit
411df82f
authored
Oct 14, 2002
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
8c26d7b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
lisp/ChangeLog
lisp/ChangeLog
+17
-0
src/ChangeLog
src/ChangeLog
+10
-0
No files found.
lisp/ChangeLog
View file @
411df82f
2002-10-13 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
Treat `ignore' specially--prevent warnings about functions
called for effect, in its args.
Don't warn when `pop' is used for effect.
* emacs-lisp/autoload.el (autoload-print-form): Cleanup.
* uniquify.el (uniquify-get-proposed-name):
Don't use directory-sep-char.
* thingatpt.el (read-from-whole-string): Add call to `ignore'.
* find-file.el (ff-related-file-alist): New alias.
(ff-find-related-file): New alias.
2002-10-13 Andreas Schwab <schwab@suse.de>
* dired.el (dired-insert-directory): When looking for existing
...
...
src/ChangeLog
View file @
411df82f
2002-10-13 Richard M. Stallman <rms@gnu.org>
* window.c (window_scroll): Set immediate_quit.
* print.c (print): When backquote form is the car of a list,
output in old style. Use old_backquote_output to output all
comma forms inside it in old style too.
* buffer.h (struct buffer): Move `undo_list' down below `name'.
2002-10-11 Markus Rost <rost@math.ohio-state.edu>
* emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
...
...
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