Mercurial > emacs
comparison lisp/ChangeLog @ 27486:bbeb4a727b7b
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 28 Jan 2000 22:32:28 +0000 |
parents | 62a9d12e8637 |
children | f39592a09195 |
comparison
equal
deleted
inserted
replaced
27485:82ee2e8bf67c | 27486:bbeb4a727b7b |
---|---|
1 2000-01-28 Dave Love <fx@gnu.org> | |
2 | |
3 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. | |
4 Don't use lisp-indent-hook property. | |
5 (cl-abs): Remove. | |
6 | |
7 * subr.el: Move out indent and edebug specs for when and unless. | |
8 | |
9 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
10 when, unless. | |
11 | |
12 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
13 unless, when. | |
14 | |
1 2000-01-28 Gerd Moellmann <gerd@gnu.org> | 15 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
2 | 16 |
3 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize | 17 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
4 `collecting' as synonym for `collect'. | 18 `collecting' as synonym for `collect'. |
5 | 19 |