comparison lisp/progmodes/asm-mode.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 a1342e6e097a
children 10db3330138c
comparison
equal deleted inserted replaced
93974:5e06fc9ed146 93975:1e3a407766b9
251 (beginning-of-line) (insert "\n") (backward-char) 251 (beginning-of-line) (insert "\n") (backward-char)
252 (asm-comment))))) 252 (asm-comment)))))
253 253
254 (provide 'asm-mode) 254 (provide 'asm-mode)
255 255
256 ;;; arch-tag: 210e695f-f338-4376-8913-a4c5c72ac848 256 ;; arch-tag: 210e695f-f338-4376-8913-a4c5c72ac848
257 ;;; asm-mode.el ends here 257 ;;; asm-mode.el ends here