branch: externals/cm-mode
commit 858f6378f35b58041e8e52b75c57c0a6ba15167a
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Fix hanging argument.
---
cm-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cm-mode.el b/cm-mode.el
index 230c4ee45e..cdb2868721 100644
--- a/cm-mode.el
+++ b/cm-mode.el
@@ -289,7 +289,8 @@ This keymap contains only one binding: `C-c *', which is
bound to
(goto-char (1- (match-end ,(1+ n))))
(1+ (point)))
nil
- (0 '(face ,face rear-nonsticky (read-only))))
t)))
+ (0 '(face ,face rear-nonsticky (read-only))))
+ t)))
font-lock))
;; `cm-font-lock-for-markup' produces a font-lock entry that can be given