diff options
| author | Juanma Barranquero | 2009-01-24 11:34:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-01-24 11:34:57 +0000 |
| commit | eec6d5b71003c1a24dcb3b4f0465881a429aeb65 (patch) | |
| tree | 87700128e31578e32a10553c4bf81825c0a2e53c /lisp/ChangeLog | |
| parent | 80016d6e511bc886105692e44a8408c044b0c003 (diff) | |
| download | emacs-eec6d5b71003c1a24dcb3b4f0465881a429aeb65.tar.gz emacs-eec6d5b71003c1a24dcb3b4f0465881a429aeb65.zip | |
* emacs-lisp/eldoc.el (eldoc-function-argstring-format):
Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
(eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
Use `string-match-p'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f3e42ab05a..44aa9245765 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-01-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/eldoc.el (eldoc-function-argstring-format): | ||
| 4 | Revert 2007-09-26 change; use `string-match-p' to check for &keywords. | ||
| 5 | (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument): | ||
| 6 | Use `string-match-p'. | ||
| 7 | |||
| 1 | 2009-01-24 Ulf Jasper <ulf.jasper@web.de> | 8 | 2009-01-24 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 9 | ||
| 3 | * net/newst-treeview.el (newsticker--treeview-first-feed): New. | 10 | * net/newst-treeview.el (newsticker--treeview-first-feed): New. |