comparison lisp/textmodes/reftex-parse.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 27340819ef07
children 9bad65481674 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
1066 (while (>= nrest i) 1066 (while (>= nrest i)
1067 (setq string (concat string s) 1067 (setq string (concat string s)
1068 nrest (- nrest i)))) 1068 nrest (- nrest i))))
1069 string)) 1069 string))
1070 1070
1071 ;;; arch-tag: 6a8168f7-abb9-4576-99dc-fcbc7ba901a3
1071 ;;; reftex-parse.el ends here 1072 ;;; reftex-parse.el ends here