aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/texinfmt.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index b1653ffa366..101737227b2 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -113,7 +113,8 @@ Non-nil argument (prefix, if interactive) means don't make tag table
113and don't split the file if large. You can use Info-tagify and 113and don't split the file if large. You can use Info-tagify and
114Info-split to do these manually." 114Info-split to do these manually."
115 (interactive "P") 115 (interactive "P")
116 (let ((lastmessage "Formatting Info file...")) 116 (let ((lastmessage "Formatting Info file...")
117 (coding-system-for-write buffer-file-coding-system))
117 (message lastmessage) 118 (message lastmessage)
118 (widen) 119 (widen)
119 (texinfo-format-buffer-1) 120 (texinfo-format-buffer-1)