diff options
| author | Juanma Barranquero | 2004-05-09 01:55:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-05-09 01:55:31 +0000 |
| commit | d0aa1aab84e8f720f298cfaa58efc933e1eb26d9 (patch) | |
| tree | 8307014174a9de7c4db7de40c33c969173fe1999 /lisp/ChangeLog | |
| parent | f009f3bce9b1503a7a05ff159f1690ec1434d5b3 (diff) | |
| download | emacs-d0aa1aab84e8f720f298cfaa58efc933e1eb26d9.tar.gz emacs-d0aa1aab84e8f720f298cfaa58efc933e1eb26d9.zip | |
(quickurl, quickurl-browse-url, quickurl-read):
Don't use CL-style default args.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7078a91d070..a64fdff7df0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2004-05-09 Juanma Barranquero <lektu@terra.es> | 1 | 2004-05-09 Juanma Barranquero <lektu@terra.es> |
| 2 | 2 | ||
| 3 | * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read): | ||
| 4 | Don't use CL-style default args. | ||
| 5 | |||
| 6 | * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring. | ||
| 7 | (cvs-get-marked): Remove redundant arglist info. | ||
| 8 | |||
| 3 | * help-fns.el (help-highlight-arguments): Don't try to highlight | 9 | * help-fns.el (help-highlight-arguments): Don't try to highlight |
| 4 | missing or autoloaded arglists. Accept structured arguments, like | 10 | missing or autoloaded arglists. Accept structured arguments, like |
| 5 | the first ones of `do' and `flet'. | 11 | the first ones of `do' and `flet'. |