blob: 8caf1b9e286dc0537f4802e5b0c2c0aba2cecf69 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- texi/infohack.el.~1~ Tue Jan 8 14:20:24 2002
+++ texi/infohack.el Mon Jun 3 13:14:54 2002
@@ -137,7 +137,7 @@
(texinfo-every-node-update)
(set-buffer-modified-p nil)
(message "texinfo formatting %s..." file)
- (texinfo-format-buffer nil)
+ (texinfo-format-buffer t)
(if (buffer-modified-p)
(progn (message "Saving modified %s" (buffer-file-name))
(save-buffer))))
|