mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
*** empty log message ***
This commit is contained in:
parent
d594a73b96
commit
c1b096cb1d
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* hexl.el (hexlify-buffer): Bind coding-system-for-write to
|
||||
buffer-file-coding-system, instead of raw-text.
|
||||
(dehexlify-buffer): Bind coding-system-for-read to
|
||||
buffer-file-coding-system, instead of raw-text.
|
||||
|
||||
2000-10-11 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* progmodes/cperl-mode.el (cperl-invalid-face): double-quote
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* search.c (Fsearch_backward, Fsearch_forward): Doc fix.
|
||||
|
||||
* charset.c (Ffind_charset_string): Doc fix.
|
||||
(Ffind_charset_region): Doc fix.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue