]> git.eshelyaron.com Git - emacs.git/commit
Don't change indentation rules for `>=` and `=`
authorMattias Engdegård <mattiase@acm.org>
Thu, 30 Jun 2022 12:31:47 +0000 (14:31 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 30 Jun 2022 12:41:20 +0000 (14:41 +0200)
commit00dbc5937d3015e23285251f0417d4b508080ecc
treec63648a717e09f834b441d1c9e1a369a4ceb231a
parent6f773186e3e9bd963afbf780e6f72e5f0bbbb40f
Don't change indentation rules for `>=` and `=`

* lisp/emacs-lisp/rx.el: `>=` and `=` are much more likely functions
than RX constructs and the indentation machinery currently has
no way to tell them apart.
Suggested by Michael Herdeegen.
lisp/emacs-lisp/rx.el