emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el,v
Date: Tue, 20 Nov 2007 00:57:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/11/20 00:57:11

Index: textmodes/fill.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/fill.el,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -b -r1.211 -r1.212
--- textmodes/fill.el   26 Oct 2007 20:35:30 -0000      1.211
+++ textmodes/fill.el   20 Nov 2007 00:57:08 -0000      1.212
@@ -831,6 +831,10 @@
                   (fill-region-as-paragraph beg end justify))))))
      fill-pfx)))
 
+(declare-function comment-search-forward "../newcomment" (limit &optional 
noerror))
+(declare-function comment-string-strip "../newcomment" (str beforep afterp))
+
+
 (defun fill-comment-paragraph (&optional justify)
   "Fill current comment.
 If we're not in a comment, just return nil so that the caller




reply via email to

[Prev in Thread] Current Thread [Next in Thread]