branch: externals/rec-mode
commit 6292f55f99475d07d52bd291c6515542ed133626
Author: Jose E. Marchesi <[email protected]>
Commit: Antoine Kalmbach <[email protected]>

    syntax-check fixes.
---
 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 963eba8..dce9c86 100644
--- a/etc/rec-mode.el
+++ b/etc/rec-mode.el
@@ -1623,7 +1623,7 @@ records of the current type"
     (setq msg (replace-regexp-in-string "\n$" "" msg))
     (setq msg (replace-regexp-in-string "\n" ", " msg))
     (message msg)))
-    
+
 (defun rec-cmd-beginning-of-line ()
   "Move the point to the beginning of the current line.
 

Reply via email to