Submitted by: sf * Add xemacs-package into {RUN,BUILD}-DEPENDS Pointed out by: sf and bento
9 lines
369 B
Text
9 lines
369 B
Text
--- 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))
|