comparison lisp/textmodes/reftex-parse.el @ 93975:1e3a407766b9

Fix up comment convention on the arch-tag lines.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 10 Apr 2008 14:10:46 +0000
parents 107ccd98fa12
children f4a69fedbd46
comparison
equal deleted inserted replaced
93974:5e06fc9ed146 93975:1e3a407766b9
1068 (while (>= nrest i) 1068 (while (>= nrest i)
1069 (setq string (concat string s) 1069 (setq string (concat string s)
1070 nrest (- nrest i)))) 1070 nrest (- nrest i))))
1071 string)) 1071 string))
1072 1072
1073 ;;; arch-tag: 6a8168f7-abb9-4576-99dc-fcbc7ba901a3 1073 ;; arch-tag: 6a8168f7-abb9-4576-99dc-fcbc7ba901a3
1074 ;;; reftex-parse.el ends here 1074 ;;; reftex-parse.el ends here