comparison lisp/emacs-lisp/float-sup.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
56 "Convert ARG from radians to degrees." 56 "Convert ARG from radians to degrees."
57 (list '* (/ 180.0 pi) x)) 57 (list '* (/ 180.0 pi) x))
58 58
59 (provide 'lisp-float-type) 59 (provide 'lisp-float-type)
60 60
61 ;;; arch-tag: e7837072-a4af-4d08-9953-8a3e755abf9d 61 ;; arch-tag: e7837072-a4af-4d08-9953-8a3e755abf9d
62 ;;; float-sup.el ends here 62 ;;; float-sup.el ends here