1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 1999-12-06 04:53:51 +00:00
parent aeef8f07d6
commit b3e5232e68
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1999-12-06 Kenichi Handa <handa@etl.go.jp>
* international/mule.el (set-buffer-file-coding-system): Docstring
modified.
1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
* textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support

View file

@ -1,3 +1,12 @@
1999-12-06 Kenichi Handa <handa@etl.go.jp>
* fileio.c (decide_coding_unwind): Renamed from
set_auto_coding_unwind.
(Finsert_file_contents): Make single unwind protect to call both
Vset_auto_coding_function and Ffind_operation_coding_system.
* insdel.c (adjust_markers_for_delete): Make it non-static.
1999-12-04 Stefan Monnier <monnier@cs.yale.edu>
* regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy