My various dotfiles

setup-version.elt 503B

123456789101112131415161718
  1. ;;; Definitions from /home/wfs/gcl-doc/setup-version.tex
  2. (setq tex-macros-alist (append
  3. '(
  4. ;% -*- Mode: TeX -*-
  5. ;% This file is automatically generated. If you edit it by hand,
  6. ;% change only the version number and nothing else. -kmp 04-Oct-90
  7. ;; (def rev in file: setup-version.tex: Line 9
  8. ("rev" "{14.10}"0)
  9. ;; (def timestamp in file: setup-version.tex: Line 11
  10. ("timestamp" "{Tue 5-Oct-1993 5:00pm EDT}"0)
  11. )
  12. tex-macros-alist))
  13. ;;; End Definitions from /home/wfs/gcl-doc/setup-version.tex