branch: externals/rec-mode
commit b03b215013046a9943df8afb32dc96d3cd45d4b9
Author: Jose E. Marchesi <[email protected]>
Commit: Antoine Kalmbach <[email protected]>
Trailing blanks removed.
---
etc/rec-mode.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/etc/rec-mode.el b/etc/rec-mode.el
index 36ec536..2cab3b6 100644
--- a/etc/rec-mode.el
+++ b/etc/rec-mode.el
@@ -170,7 +170,7 @@ If the point is not at the beginning of a comment then
return nil"
(when (and (equal (current-column) 0)
(looking-at rec-comment-re))
(setq comment (list 'comment
- there
+ there
(buffer-substring-no-properties (match-beginning 0)
(match-end 0))))
(goto-char (match-end 0))
@@ -1570,7 +1570,6 @@ records of the current type"
(insert-buffer cur-buf))
(setq cmd (concat cmd tmpfile)))
(compilation-start cmd)))
-
(defun rec-cmd-beginning-of-line ()
"Move the point to the beginning of the current line.