Remove directory part from filenames in function declarations.
[bpt/emacs.git] / lisp / textmodes / fill.el
index cd60cf3..5c6638a 100644 (file)
@@ -831,8 +831,8 @@ in the active region."
                   (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)