comparison lisp/ChangeLog @ 52178:b5ad3c78162a

* menu-bar.el (menu-bar-options-menu): Supply a body for the [save-place] binding in the Options menu. Have it require 'saveplace' and then toggle the variable manually, to avoid an an unbound variable error. Thanks to <Sebastien.Kirche@sage.com> for the bug report.
author Karl Fogel <kfogel@red-bean.com>
date Tue, 12 Aug 2003 05:14:49 +0000
parents 34cb3805a63d
children c3baeab09bec
comparison
equal deleted inserted replaced
52177:57a5b7571acc 52178:b5ad3c78162a
1 2003-08-11 Karl Fogel <kfogel@red-bean.com>
2
3 * menu-bar.el (menu-bar-options-menu): Supply a body for the
4 [save-place] binding in the Options menu. Have it require
5 'saveplace' and then toggle the variable manually, to avoid an an
6 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
7 for the bug report.
8
1 2003-08-11 Nick Roberts <nick@nick.uklinux.net> 9 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
2 10
3 * gdb-ui.el (gdb-insert-field, gdb-array-format1) 11 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
4 (gdb-info-breakpoints-custom, gdb-info-frames-custom) 12 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
5 (gdb-info-threads-custom): Add help-echo text. 13 (gdb-info-threads-custom): Add help-echo text.