projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
129fcb3
)
* lisp/textmodes/tex-mode.el (tex--redirect-to-submode): Fix last change
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 3 Oct 2022 19:03:57 +0000
(15:03 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 3 Oct 2022 19:46:35 +0000
(15:46 -0400)
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index 5c2dbdfe5cd27143b2a4f158c4d3b9c2636f0622..6dc2865dd9a7602cc7028162233f54e12c3063b2 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-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