home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
cli
/
gulamdoc.arc
/
GULAM.EL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-11-02
|
286 b
|
11 lines
;;
;; Info-ize gulam.texinfo using our texinfmt.el
;;
(defun make-gulam-info-file ()
"Info-ize gulam.texinfo using our texinfmt.el. bammi@mandrill.CWRU.edu"
(interactive)
(find-file "gulam.texinfo")
(load-file "texinfmt.el")
(texinfo-format-buffer)
(save-buffer))