emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/rec-mode b03b215 07/98: Trailing blanks removed.


From: Stefan Monnier
Subject: [elpa] externals/rec-mode b03b215 07/98: Trailing blanks removed.
Date: Thu, 12 Nov 2020 13:18:29 -0500 (EST)

branch: externals/rec-mode
commit b03b215013046a9943df8afb32dc96d3cd45d4b9
Author: Jose E. Marchesi <jemarch@gnu.org>
Commit: Antoine Kalmbach <ane@iki.fi>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]