summaryrefslogtreecommitdiff
path: root/news/t-gnus/files/patch-info
diff options
context:
space:
mode:
Diffstat (limited to 'news/t-gnus/files/patch-info')
-rw-r--r--news/t-gnus/files/patch-info20
1 files changed, 11 insertions, 9 deletions
diff --git a/news/t-gnus/files/patch-info b/news/t-gnus/files/patch-info
index a792d88166c9..8caf1b9e286d 100644
--- a/news/t-gnus/files/patch-info
+++ b/news/t-gnus/files/patch-info
@@ -1,9 +1,11 @@
---- lisp/dgnushack.el.orig Thu Mar 1 15:35:02 2001
-+++ lisp/dgnushack.el Sat Apr 14 09:21:25 2001
-@@ -445,5 +445,5 @@
- (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))
+--- 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))))