comparison lisp/ChangeLog @ 45743:9f2bfbcfdb41

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Jun 2002 09:04:34 +0000
parents 82cc7cbf8b8d
children 55eeb73a3227
comparison
equal deleted inserted replaced
45742:70b4c348d174 45743:9f2bfbcfdb41
1 2002-06-10 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
4 (ebrowse-copy-list): Function deleted.
5
6 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
7
8 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
9
10 * eshell/esh-util.el (eshell-copy-list): Function deleted.
11 (eshell-sublist): Use copy-sequence.
12 (eshell-copy-tree): Make it an alias for copy-tree.
13
14 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
15
16 * subr.el (copy-list): Moved to cl.el.
17 (copy-tree): Don't use copy-list or cl-pop.
18
1 2002-06-10 Miles Bader <miles@gnu.org> 19 2002-06-10 Miles Bader <miles@gnu.org>
2 20
3 Make comint use text properties for highlighting instead of overlays: 21 Make comint use text properties for highlighting instead of overlays:
4 * comint.el (comint-last-output-overlay): Variable removed. 22 * comint.el (comint-last-output-overlay): Variable removed.
5 (comint-send-input, comint-output-filter): Use text properties 23 (comint-send-input, comint-output-filter): Use text properties