1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00

*** empty log message ***

This commit is contained in:
Eli Zaretskii 2002-02-08 19:17:19 +00:00
parent dba493fec3
commit b5d40cebab
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
* calendar/cal-menu.el (calendar-mode-map): Change the menu item's
name to "Insert Diary Entry".
2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
* font-lock.el (save-buffer-state): Use restore-buffer-modified-p.

View file

@ -1,5 +1,9 @@
2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
* fileio.c (Fsubstitute_in_file_name): If the file name includes
~user, and there's no such user, don't discard everything before
~user.
* floatfns.c (Fround): Doc fix.
2002-02-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>