]> git.eshelyaron.com Git - emacs.git/commitdiff
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)
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

index e7ebdf5739de4899f9526b1358776ea415b4a327..4791f8e18c4c47ca39806173bb7a38daa7060f60 100644 (file)
@@ -415,7 +415,6 @@ If multiple rules match, only first one is executed.")
                ;; Not in a string or comment.
                (not (nth 8 (save-excursion (syntax-ppss pos)))))
       (goto-char pos)
-      (when (functionp rule) (setq rule (funcall rule)))
       (dolist (sym (if (symbolp rule) (list rule) rule))
         (let* ((nl-after
                 (lambda ()