1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-07-30 08:18:34 +00:00
parent 76e5906daf
commit 6594ac22d4
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2001-07-30 Gerd Moellmann <gerd@gnu.org>
* vc.el (vc-switch-backend): Fix autoload cookie.
* desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
the desktop file.

View file

@ -1,3 +1,9 @@
2001-07-30 Gerd Moellmann <gerd@gnu.org>
* xmenu.c (set_frame_menubar): Take into account that
f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
<raeburn@gnu.org>.
2001-07-27 Gerd Moellmann <gerd@gnu.org>
* xterm.c (x_get_glyph_string_clip_rect): Minor cleanup.