comparison lisp/ChangeLog @ 40463:aff6073e9dd1

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 Oct 2001 00:21:12 +0000
parents de4e98791121
children db05a01a3f3d
comparison
equal deleted inserted replaced
40462:ac56d29e1dfd 40463:aff6073e9dd1
1 2001-10-29 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4 window-live-p.
5 (edebug-set-conditional-breakpoint): Unconditionally use
6 the former Emacs >=19 definition.
7 (edebug-mark): Define unconditionally.
8 (edebug-eval-expression): Always call read-from-minibuffer
9 and specify history list.
10 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
11 edebug-set-conditional-breakpoint.
12 (edebug-emacs-version-specific): Function deleted;
13 do the job at top level.
14 (edebug-emacs-19-specific): Function deleted, this is the default.
15
1 2001-10-29 Sam Steingold <sds@gnu.org> 16 2001-10-29 Sam Steingold <sds@gnu.org>
2 17
3 * w32-fns.el (convert-standard-filename): Handle cygwin-specific 18 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4 "/cygdrive/LETTER/" pathnames. 19 "/cygdrive/LETTER/" pathnames.
5 20