summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-12-19 10:15:27 +0000
committerSean Whitton <spwhitton@spwhitton.name>2018-12-19 10:15:27 +0000
commit9b165ded3288543967a859c1817e3ec5ecc2db28 (patch)
tree319d446b536db3c30614f5372b6bd0ebb3e31feb
parent5f61c37812085874cccd03590f18d2fb6ac327ed (diff)
patch genhtml.sh to fix build against Emacs 26.1
-rw-r--r--genhtml.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/genhtml.sh b/genhtml.sh
index 4a1d667..6b4d0ab 100644
--- a/genhtml.sh
+++ b/genhtml.sh
@@ -4,8 +4,6 @@ set -Ceu
: ${EMACS:=emacs}
-exec ${EMACS} --batch --load paredit.el --eval '
-(with-temp-buffer
+exec ${EMACS} --batch --load paredit.el --eval '(with-temp-buffer
(paredit-insert-html-examples)
- (write-file "paredit.html"))
-'
+ (write-file "paredit.html"))'