# HG changeset patch # User Glenn Morris # Date 1196914197 0 # Node ID 7817448305299bbe2345a8b1c339096450a26e01 # Parent 8411562edbb6ddca91ccd11ef929349b8b8854da Remove directory part from filenames in function declarations. diff -r 8411562edbb6 -r 781744830529 lisp/textmodes/fill.el --- 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)