comparison lisp/ChangeLog @ 26326:3a3ec0d0725d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 03 Nov 1999 13:47:00 +0000
parents 94efc4f944a4
children 5158100a609c
comparison
equal deleted inserted replaced
26325:8523249aaee3 26326:3a3ec0d0725d
1 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2
3 * emacs-lisp/debug.el (debug): If noninteractive, display the
4 backtrace using `message', then exit Emacs.
5 (debugger-batch-max-lines): New variable.
6 (debugger-setup-buffer): New subroutine, broken out of `debug'.
7 Change the messages put at the start, to say that the debugger
8 was entered.
9
1 1999-11-02 Sam Steingold <sds@ksp.com> 10 1999-11-02 Sam Steingold <sds@ksp.com>
2 11
3 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. 12 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4 13
5 1999-11-01 John Tobey <jtobey@epsilondev.com> 14 1999-11-01 John Tobey <jtobey@epsilondev.com>