comparison lisp/calc/calcalg3.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 6c9af2bfcfee
comparison
equal deleted inserted replaced
93974:5e06fc9ed146 93975:1e3a407766b9
1928 (while (setq expr (cdr expr)) 1928 (while (setq expr (cdr expr))
1929 (math-all-vars-rec (car expr))))) 1929 (math-all-vars-rec (car expr)))))
1930 1930
1931 (provide 'calcalg3) 1931 (provide 'calcalg3)
1932 1932
1933 ;;; arch-tag: ff9f2920-8111-48b5-b3fa-b0682c3e44a6 1933 ;; arch-tag: ff9f2920-8111-48b5-b3fa-b0682c3e44a6
1934 ;;; calcalg3.el ends here 1934 ;;; calcalg3.el ends here