comparison lisp/ChangeLog @ 52899:14383cacf330

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Oct 2003 23:45:58 +0000
parents 7f0f21579227
children 42dbbf226df4
comparison
equal deleted inserted replaced
52898:1b8e800b5b2a 52899:14383cacf330
1 2003-10-20 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
4
5 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6 Don't check for foo*/ wildcard form here.
7 (insert-directory): Recognize foo*/ as a wildcard.
8 Separate wildcard-regexp variable from the arg, wildcard.
9
10 * subr.el (add-hook): Correctly detect when make-local-hook was used.
11 (remove-hook): Correctly handle strange cases about local hooks.
12
1 2003-10-21 David Ponce <david@dponce.com> 13 2003-10-21 David Ponce <david@dponce.com>
2 14
3 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional 15 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
4 argument REAL, to return a real number instead of a rounded 16 argument REAL, to return a real number instead of a rounded
5 integer value. Define as inline function. 17 integer value. Define as inline function.