comparison lisp/ChangeLog @ 104258:81cbeb1f6df1

* faces.el (help-argument-name): Define it here instead of help-fns.el, because in daemon mode help-fns.el may be loaded when faces are still uninitialized (Bug#1078). * help-fns.el (help-argument-name): Move defface to faces.el.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 13 Aug 2009 15:59:34 +0000
parents 51cebe9c4743
children 396d04b7c922
comparison
equal deleted inserted replaced
104257:a577041a0370 104258:81cbeb1f6df1
1 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2
3 * faces.el (help-argument-name): Define it here instead of
4 help-fns.el, because in daemon mode help-fns.el may be loaded when
5 faces are still uninitialized (Bug#1078).
6
7 * help-fns.el (help-argument-name): Move defface to faces.el.
8
1 2009-08-13 Nick Roberts <nickrob@snap.net.nz> 9 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2 10
3 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to 11 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
4 create buffer with a pty but no process so that GDB can make the 12 create buffer with a pty but no process so that GDB can make the
5 inferior the controlling process. 13 inferior the controlling process.