auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex f9387c6 27/62: ; use with-no-warn


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex f9387c6 27/62: ; use with-no-warnings instead of with-suppressed-warnings for compat
Date: Sun, 20 Dec 2020 10:39:57 -0500 (EST)

branch: externals/auctex
commit f9387c6900260675930bacae7fd2b7c96efe57f4
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    ; use with-no-warnings instead of with-suppressed-warnings for compat
---
 tex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex.el b/tex.el
index 43cc8d1..94370cf 100644
--- a/tex.el
+++ b/tex.el
@@ -5992,7 +5992,7 @@ sign.  With optional ARG, insert that many dollar signs."
        ;; inactivate-input-method is obsolete since emacs 24.3.
        (if (fboundp 'deactivate-input-method)
           (deactivate-input-method)
-        (with-suppressed-warnings ((obsolete inactivate-input-method))
+        (with-no-warnings
            (inactivate-input-method)))))
 
 ;;; Simple Commands



reply via email to

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