comparison lisp/textmodes/fill.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents ba56926bf332
children 31efc669b404 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
1404 (if (string-match citation-regexp string) 1404 (if (string-match citation-regexp string)
1405 (match-string 0 string) 1405 (match-string 0 string)
1406 "") 1406 "")
1407 string)) 1407 string))
1408 1408
1409 ;;; arch-tag: 727ad455-1161-4fa9-8df5-0f74b179216d
1409 ;;; fill.el ends here 1410 ;;; fill.el ends here