]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/tex-mode.el (tex--redirect-to-submode): Fix last change
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 3 Oct 2022 19:03:57 +0000 (15:03 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 3 Oct 2022 19:46:35 +0000 (15:46 -0400)
lisp/textmodes/tex-mode.el

index 5c2dbdfe5cd27143b2a4f158c4d3b9c2636f0622..6dc2865dd9a7602cc7028162233f54e12c3063b2 100644 (file)
@@ -1032,7 +1032,7 @@ says which mode to use."
                  ;; `tex--guess-mode' really tries to guess the *type* of file,
                  ;; so we still need to consult `major-mode-remap-alist'
                  ;; to see which mode to use for that type.
-                 (funcall (alist-get mode major-mode-remap-alist mode)))))))
+                 (alist-get mode major-mode-remap-alist mode))))))
 
 ;; The following three autoloaded aliases appear to conflict with
 ;; AUCTeX.  We keep those confusing aliases for those users who may