branch: externals/rec-mode
commit e1ad9fe6245e604ca82da3acb715e28e6769f8ab
Author: Jose E. Marchesi <[email protected]>
Commit: Antoine Kalmbach <[email protected]>
rec-mode: fix setq typo
---
etc/rec-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/rec-mode.el b/etc/rec-mode.el
index 47eb067..fa23c8b 100644
--- a/etc/rec-mode.el
+++ b/etc/rec-mode.el
@@ -992,7 +992,7 @@ current buffer to look like indentation."
(defun rec-remove-continuation-line-marker-overlays ()
"Delete all the continuation line markers overlays."
(mapc 'delete-overlay rec-continuation-line-markers-overlays)
- (setq rec-continuation-line-markers-overlays))
+ (setq rec-continuation-line-markers-overlays nil))
;;;; Field folding