lang/emacs-lisp: fix syntax error
Due to extra parenthesis.
This commit is contained in:
parent
3e947d39b5
commit
ec4d144edd
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue