*** empty log message ***

This commit is contained in:
Juanma Barranquero 2002-07-09 09:46:38 +00:00
parent 4e85a73353
commit cb795ec4c2
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
* faces.el (face-id): Fix typo.
* hexl.el (hexl-mode): Likewise.
2002-07-09 Miles Bader <miles@gnu.org>
* hexl.el (hexl-find-file): Bind `completion-ignored-extensions'

View file

@ -958,7 +958,7 @@ if it isn't already recorded. */)
struct buffer *old_buffer = NULL, *b = XBUFFER (buf);
/* In case W->start is out of the range, use something
reasonable. This situation occured when loading a file with
reasonable. This situation occurred when loading a file with
`-l' containing a call to `rmail' with subsequent other
commands. At the end, W->start happened to be BEG, while
rmail had already narrowed the buffer. */