1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

(defun-cvs-mode): Add `doc-string' decl.

This commit is contained in:
John Paul Wallington 2008-08-09 15:53:32 +00:00
parent 3660b4f5fe
commit a96a1d43db
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-08-10 John Paul Wallington <jpw@pobox.com>
* pcvs.el (defun-cvs-mode): Add `doc-string' decl.
2008-08-08 Chong Yidong <cyd@stupidchicken.com>
* battery.el (battery-echo-area-format, battery-status-function):

View File

@ -757,7 +757,8 @@ clear what alternative to use.
- NOARGS will get all the arguments from the *cvs* buffer and will
always behave as if called interactively.
- DOUBLE is the generic case."
(declare (debug (&define sexp lambda-list stringp ("interactive" interactive) def-body)))
(declare (debug (&define sexp lambda-list stringp ("interactive" interactive) def-body))
(doc-string 3))
(let ((style (cvs-cdr fun))
(fun (cvs-car fun)))
(cond