File: 0001-texi-build-errors.patch

package info (click to toggle)
sml-mode 6.7-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 404 kB
  • ctags: 548
  • sloc: lisp: 3,751; makefile: 6; sh: 5
file content (27 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: Barry deFreese <bdefreese@debian.org>
Date: Wed, 17 Jul 2013 19:39:54 -0400
Subject: texi build errors

Fix errors when generating info file.
The @center construct hates curly braces, so remove them.

Bug-Debian: http://bugs.debian.org/712352
---
 sml-mode.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sml-mode.texi b/sml-mode.texi
index d9980f7..d61372f 100644
--- a/sml-mode.texi
+++ b/sml-mode.texi
@@ -34,8 +34,8 @@
 @center @titlefont{Editing and Running Standard ML}
 @center @titlefont{under GNU Emacs}
 @sp 5
-@center {SML mode, Version $Name$}
-@center {August 1999}
+@center SML mode, Version $Name$
+@center August 1999
 @sp 2
 @author Authors: Matthew J.@: Morley and Stefan Monnier