[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 70029e017ead40de6459c
From: |
Ikumi Keita |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 70029e017ead40de6459c1ade7a5242958c59899 |
Date: |
Fri, 26 Mar 2021 14:11:57 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 70029e017ead40de6459c1ade7a5242958c59899 (commit)
from 896346a4f29823df58c67829c820597e2ebcb50e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 70029e017ead40de6459c1ade7a5242958c59899
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Sat Mar 27 03:00:53 2021 +0900
Fix preamble cache
* preview.el.in (preview-cache-preamble): Remove trash left when
preferring closure over backquote+lambda.
(preview-gs-flag-error): Replace `str' with `string' for clarity;
`str' is used again in the clause just after the one in question.
diff --git a/preview.el.in b/preview.el.in
index efe6603..1adf2b2 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -1324,7 +1324,7 @@ Try \\[ps-run-start] \\[ps-run-buffer] and \
(file-relative-name
(car (nth 1 filenames)))))
(ps-open
- (let ((str
+ (let ((string
(concat
(mapconcat #'shell-quote-argument
(append (list
@@ -1336,7 +1336,7 @@ Try \\[ps-run-start] \\[ps-run-buffer] and \
preview-gs-init-string
(aref (overlay-get ov 'queued) 1)
err)))
- (lambda () (interactive "@") (preview-mouse-open-error str))))
+ (lambda () (interactive "@") (preview-mouse-open-error string))))
(str
(preview-make-clickable
nil
@@ -4015,7 +4015,7 @@ If FORMAT-CONS is non-nil, a previous format may get
reused."
command
format-cons)
(preview-format-kill format-cons))
- (delete-file ',dump-file))
+ (delete-file dump-file))
(error (preview-log-error err "Dumping" process)))
(preview-reraise-error process)))))))
-----------------------------------------------------------------------
Summary of changes:
preview.el.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 70029e017ead40de6459c1ade7a5242958c59899,
Ikumi Keita <=