diff options
| author | Richard M. Stallman | 2002-06-10 09:04:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-10 09:04:34 +0000 |
| commit | 658397fbde3b8d52d7482ae62b77e5bbb21e7d6d (patch) | |
| tree | 9dabac9c1ae1afbfd399606129da9e7eb97e45ff /lisp/ChangeLog | |
| parent | efbddb8e15e38b64460216dbef17208b5660d414 (diff) | |
| download | emacs-658397fbde3b8d52d7482ae62b77e5bbb21e7d6d.tar.gz emacs-658397fbde3b8d52d7482ae62b77e5bbb21e7d6d.zip | |
(ebrowse-draw-tree-fn): Use copy-sequence.
(ebrowse-copy-list): Function deleted.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd4ccd1e490..8266110e17c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 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: |