comparison lisp/emacs-lisp/bindat.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 78ee6fae0e41
children 90a2847062be
comparison
equal deleted inserted replaced
93974:5e06fc9ed146 93975:1e3a407766b9
649 (format "%d.%d.%d.%d" 649 (format "%d.%d.%d.%d"
650 (aref ip 0) (aref ip 1) (aref ip 2) (aref ip 3)))) 650 (aref ip 0) (aref ip 1) (aref ip 2) (aref ip 3))))
651 651
652 (provide 'bindat) 652 (provide 'bindat)
653 653
654 ;;; arch-tag: 5e6708c3-03e2-4ad7-9885-5041b779c3fb 654 ;; arch-tag: 5e6708c3-03e2-4ad7-9885-5041b779c3fb
655 ;;; bindat.el ends here 655 ;;; bindat.el ends here