Mercurial > emacs
comparison lisp/ChangeLog @ 63990:0b21eeaa8783
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 04 Jul 2005 01:07:57 +0000 |
parents | 4e5367b38056 |
children | 3f647997374d |
comparison
equal
deleted
inserted
replaced
63989:a1d03660a223 | 63990:0b21eeaa8783 |
---|---|
1 2005-07-04 Juri Linkov <juri@jurta.org> | |
2 | |
3 * faces.el (read-face-name): Put the code for getting a face name | |
4 from the buffer before adding the faces from the `face' property. | |
5 Use `completing-read-multiple' instead of `completing-read'. | |
6 Require `crm'. Add default value and post-process the returned | |
7 list of faces. | |
8 | |
9 * emacs-lisp/crm.el (crm-find-current-element) | |
10 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt. | |
11 | |
12 * emacs-lisp/lisp-mode.el (eval-defun-1): | |
13 * emacs-lisp/edebug.el (edebug-eval-defun): | |
14 Remove unnecessary quotes. | |
15 | |
1 2005-07-04 Juanma Barranquero <lekktu@gmail.com> | 16 2005-07-04 Juanma Barranquero <lekktu@gmail.com> |
2 | 17 |
3 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): | 18 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): |
4 Fix typos in docstrings. | 19 Fix typos in docstrings. |
5 (lisp-indent): Finish `defgroup' description with period. | 20 (lisp-indent): Finish `defgroup' description with period. |