freebsd-ports/editors/mule-common/files/cannainfo.el
Satoshi Asami 6578ae83f4 Upgrade, 2.2 -> 2.2.2 (2.2 PL02).
Note: post-build and cannainfo.el are necessary only for reformatting one of
the info files whose source was patched, and can go away when the next
minor release (i.e., 2.3) comes out.
1995-03-04 10:58:40 +00:00

4 lines
95 B
EmacsLisp

; reformat canna's info file
(find-file "canna-jp.texi")
(texinfo-format-buffer)
(save-buffer)