comparison lisp/textmodes/fill.el @ 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 4d615a83cee2
children cdd30283527d 53108e6cea98
comparison
equal deleted inserted replaced
87124:8411562edbb6 87125:781744830529
829 ;; fill-region. 829 ;; fill-region.
830 (fill-region beg end justify) 830 (fill-region beg end justify)
831 (fill-region-as-paragraph beg end justify)))))) 831 (fill-region-as-paragraph beg end justify))))))
832 fill-pfx))) 832 fill-pfx)))
833 833
834 (declare-function comment-search-forward "../newcomment" (limit &optional noerror)) 834 (declare-function comment-search-forward "newcomment" (limit &optional noerror))
835 (declare-function comment-string-strip "../newcomment" (str beforep afterp)) 835 (declare-function comment-string-strip "newcomment" (str beforep afterp))
836 836
837 837
838 (defun fill-comment-paragraph (&optional justify) 838 (defun fill-comment-paragraph (&optional justify)
839 "Fill current comment. 839 "Fill current comment.
840 If we're not in a comment, just return nil so that the caller 840 If we're not in a comment, just return nil so that the caller