branch: externals/auctex commit f9387c6900260675930bacae7fd2b7c96efe57f4 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@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