Mercurial > emacs
comparison lisp/ChangeLog @ 55460:086b5a87980e
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 09 May 2004 01:55:31 +0000 |
parents | bc9d102f6ae2 |
children | cab56dc43f41 |
comparison
equal
deleted
inserted
replaced
55459:4a7badfefc94 | 55460:086b5a87980e |
---|---|
1 2004-05-09 Juanma Barranquero <lektu@terra.es> | 1 2004-05-09 Juanma Barranquero <lektu@terra.es> |
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. | |
2 | 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'. |
6 | 12 |