lang/emacs-lisp: fix syntax error

Due to extra parenthesis.
This commit is contained in:
Henrik Lissner 2019-10-17 02:53:23 -04:00
parent 3e947d39b5
commit ec4d144edd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -107,7 +107,7 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
(let ((state (sp--syntax-ppss)))
(not (or (nth 3 state)
(nth 4 state))))))
,@match-highlights))))))
,@match-highlights)))))
;;