*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-07-07 14:15:55 +00:00
parent f8a12fe7ff
commit 965522f511
2 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2000-07-07 Gerd Moellmann <gerd@gnu.org>
* bindings.el: Bind ´[delete]' to delete-char.
* dired.el (dired-find-alternate-file): New function.
(dired-mode-map): Bind `a' to dired-find-alternate-file.
(toplevel): Require dired-aux when compiling.
@ -11,6 +13,13 @@
* battery.el, info-look.el: Change author's mail address.
2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
* mail/rmail.el (rmail-clear-headers): Don't throw an error
if rmail-ignored-headers is nil.
(rmail-retry-failure): Bind rmail-ignored-headers and
rmail-displayed-headers to nil.
2000-07-06 Gerd Moellmann <gerd@gnu.org>
* lpr.el (lpr-page-header-switches): Add `-h' switch.

View file

@ -1,3 +1,7 @@
2000-07-07 Gerd Moellmann <gerd@gnu.org>
* dired.texi (Dired Visiting): Describe dired-find-alternate-file.
2000-07-05 Gerd Moellmann <gerd@gnu.org>
* cc-mode.texi: Remove duplicate @direntry.