summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-12-18 07:26:10 +0000
committermef <mef@pkgsrc.org>2016-12-18 07:26:10 +0000
commit5437827757cec3017e217836ea3536be97db1143 (patch)
tree04e73591858fc477a08929e90519fb6e16cf16a5 /print
parent7d5afad19ef57d7636aaff231971a88394eb598e (diff)
downloadpkgsrc-5437827757cec3017e217836ea3536be97db1143.tar.gz
Add patch for compiling with emacs26 (26.0.50) -- strict syntax check.
Diffstat (limited to 'print')
-rw-r--r--print/auctex/distinfo3
-rw-r--r--print/auctex/patches/patch-style_subfigure.el19
2 files changed, 21 insertions, 1 deletions
diff --git a/print/auctex/distinfo b/print/auctex/distinfo
index 031e2927cd4..8749682ec25 100644
--- a/print/auctex/distinfo
+++ b/print/auctex/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.17 2016/08/20 12:27:32 mef Exp $
+$NetBSD: distinfo,v 1.18 2016/12/18 07:26:10 mef Exp $
SHA1 (auctex-11.89.tar.gz) = 339244eee9ac932b6a6e342313ea7ea8653d86f7
RMD160 (auctex-11.89.tar.gz) = 8926fe01a469bd145ddc191eb76e63712302d14f
SHA512 (auctex-11.89.tar.gz) = a78ddefb46c1eb271646f3c4e723f49a913e391eb58263df3d3de272bc1ad5b70c0a9de682f28124aa5a48b36c030b3e83425667ee1a1973a054ff03ef1d8be9
Size (auctex-11.89.tar.gz) = 1332904 bytes
+SHA1 (patch-style_subfigure.el) = c8dca747960b492a26837651d395627707c7de9f
diff --git a/print/auctex/patches/patch-style_subfigure.el b/print/auctex/patches/patch-style_subfigure.el
new file mode 100644
index 00000000000..196c28abf8e
--- /dev/null
+++ b/print/auctex/patches/patch-style_subfigure.el
@@ -0,0 +1,19 @@
+$NetBSD: patch-style_subfigure.el,v 1.1 2016/12/18 07:26:10 mef Exp $
+
+(with emacs26)
+In toplevel form:
+style/subfigure.el:44:5:Error: missing value for `TeX-complete-list' at end of setq
+
+--- style/subfigure.el.orig 2016-12-18 15:39:04.373535991 +0900
++++ style/subfigure.el 2016-12-18 15:37:18.100484994 +0900
+@@ -48,8 +48,8 @@
+ ;; Install completion for labels:
+ (setq TeX-complete-list
+ (append
+- '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}")))
+- TeX-complete-list)
++ '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}"))
++ TeX-complete-list))
+
+ ;; Fontification
+ (when (and (featurep 'font-latex)