branch: externals/cm-mode
commit d29dfee88f9ff4f179263f3490e949b333023b6a
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>

    Fix indentation.
---
 cm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cm-mode.el b/cm-mode.el
index 1c4205f540..57c21a411f 100644
--- a/cm-mode.el
+++ b/cm-mode.el
@@ -249,7 +249,7 @@ This keymap contains only one binding: `C-c *', which is 
bound to
     (setq font-lock-multiline t)
     (font-lock-add-keywords nil (cm-font-lock-keywords) t)
     (when cm-read-only-annotations
-       (add-to-list 'font-lock-extra-managed-props 'read-only))
+      (add-to-list 'font-lock-extra-managed-props 'read-only))
     (add-to-list 'font-lock-extra-managed-props 'rear-nonsticky)
     (cm-font-lock-ensure)
     (setq cm-current-markup-overlay (make-overlay 1 1))

Reply via email to