]> git.eshelyaron.com Git - emacs.git/commit
Fix tex-tabbing-separator alignment rule
authorArash Esbati <arash@gnu.org>
Sat, 6 Apr 2024 19:58:03 +0000 (21:58 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Apr 2024 16:34:49 +0000 (18:34 +0200)
commit2f206d8cfc4fbaa42a5593de54f4ea01a9c88550
tree1114092936341c67e4cdef3317cfbd347fc3b1e7
parent9ff932c984c9816af38384649c180c2e830b6327
Fix tex-tabbing-separator alignment rule

* lisp/align.el (align-rules-list): Remove the check of
`latex-mode' with `eq' which doesn't work with newer AUCTeX mode
names and modes defined by user with `define-derived-mode'.
(bug#69187)

(cherry picked from commit 03b23302bd326f981e1328f0e9ea9f4a40a13ee1)
lisp/align.el