Change all toplevel `setq' forms to `defvar' forms, and move them
authorColin Walters <walters@gnu.org>
Mon, 19 Nov 2001 07:44:56 +0000 (07:44 +0000)
committerColin Walters <walters@gnu.org>
Mon, 19 Nov 2001 07:44:56 +0000 (07:44 +0000)
commit3132f345bc1ab68e4425178266e3d4ad1b2ccd02
tree43339ccf578fb555b44dd0c84aa0e7b0389dc8b0
parentf269b73e3ea3de8c539d544fd0310b63fc029f20
Change all toplevel `setq' forms to `defvar' forms, and move them
before their first use.  Use `when', `unless'.  Remove trailing
periods from error forms.  Add description and headers suggested by
Emacs Lisp coding conventions.
35 files changed:
lisp/ChangeLog
lisp/calc/calc-aent.el
lisp/calc/calc-alg.el
lisp/calc/calc-arith.el
lisp/calc/calc-bin.el
lisp/calc/calc-comb.el
lisp/calc/calc-cplx.el
lisp/calc/calc-embed.el
lisp/calc/calc-ext.el
lisp/calc/calc-fin.el
lisp/calc/calc-forms.el
lisp/calc/calc-graph.el
lisp/calc/calc-help.el
lisp/calc/calc-incom.el
lisp/calc/calc-lang.el
lisp/calc/calc-maint.el
lisp/calc/calc-map.el
lisp/calc/calc-math.el
lisp/calc/calc-mtx.el
lisp/calc/calc-poly.el
lisp/calc/calc-prog.el
lisp/calc/calc-rewr.el
lisp/calc/calc-rules.el
lisp/calc/calc-sel.el
lisp/calc/calc-stat.el
lisp/calc/calc-store.el
lisp/calc/calc-stuff.el
lisp/calc/calc-trail.el
lisp/calc/calc-undo.el
lisp/calc/calc-vec.el
lisp/calc/calc-yank.el
lisp/calc/calcalg2.el
lisp/calc/calcalg3.el
lisp/calc/calccomp.el
lisp/calc/calcsel2.el