]> git.eshelyaron.com Git - emacs.git/commit
Remove leftover from previous electric-layout-rules API
authorJoão Távora <joaotavora@gmail.com>
Fri, 18 Jan 2019 21:54:48 +0000 (21:54 +0000)
committerJoão Távora <joaotavora@gmail.com>
Fri, 18 Jan 2019 22:05:50 +0000 (22:05 +0000)
commit942dad2b519cabddf6caea7641517507dc06944b
tree6167a0217b30264004ce0a85b04d6b4aaa70e677
parent7818bcdd6cd6e2fbc0b0efb35d3bb6588752c5a4
Remove leftover from previous electric-layout-rules API

An element of electric-layout-rules is either a function or a pair
(CHAR . WHERE), and WHERE can't be a function anymore.

* lisp/electric.el (electric-layout-post-self-insert-function-1):
Remove leftover line.
lisp/electric.el