emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 83a875b 83/95: ; * tex.el (TeX-ispell-tex-arg-ve


From: Tassilo Horn
Subject: [elpa] externals/auctex 83a875b 83/95: ; * tex.el (TeX-ispell-tex-arg-verb-end): Drop unnecessary `format'.
Date: Sun, 16 Apr 2017 01:27:02 -0400 (EDT)

branch: externals/auctex
commit 83a875b9767c5652f62d3f3f8192d0854d1c0b87
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    ; * tex.el (TeX-ispell-tex-arg-verb-end): Drop unnecessary `format'.
---
 tex.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tex.el b/tex.el
index 64e570d..013e6d1 100644
--- a/tex.el
+++ b/tex.el
@@ -6698,8 +6698,8 @@ error."
               (forward-sexp))
              (t (error nil))))
     (error
-     (message (format "Verbatim delimiter is not one of %s"
-                     (split-string TeX-ispell-verb-delimiters "" t)))
+     (message "Verbatim delimiter is not one of %s"
+             (split-string TeX-ispell-verb-delimiters "" t))
      (sit-for 2))))
 
 ;;; Abbrev mode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]