changeset 87125:781744830529

Remove directory part from filenames in function declarations.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Dec 2007 04:09:57 +0000
parents 8411562edbb6
children 48d7747f9483
files lisp/textmodes/fill.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Thu Dec 06 04:09:37 2007 +0000
+++ b/lisp/textmodes/fill.el	Thu Dec 06 04:09:57 2007 +0000
@@ -831,8 +831,8 @@
 		   (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))
+(declare-function comment-search-forward "newcomment" (limit &optional noerror))
+(declare-function comment-string-strip "newcomment" (str beforep afterp))
 
 
 (defun fill-comment-paragraph (&optional justify)