[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/pcvs.el,v
From: |
John Paul Wallington |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/pcvs.el,v |
Date: |
Sat, 09 Aug 2008 15:52:52 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: John Paul Wallington <jpw> 08/08/09 15:52:51
Index: pcvs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/pcvs.el,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- pcvs.el 6 May 2008 07:57:46 -0000 1.119
+++ pcvs.el 9 Aug 2008 15:52:51 -0000 1.120
@@ -757,7 +757,8 @@
- 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/pcvs.el,v,
John Paul Wallington <=