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

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

[elpa] externals/rec-mode 9f7a14d 43/98: rec-mode: fix edition of the de


From: Stefan Monnier
Subject: [elpa] externals/rec-mode 9f7a14d 43/98: rec-mode: fix edition of the default record set.
Date: Thu, 12 Nov 2020 13:18:37 -0500 (EST)

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

    rec-mode: fix edition of the default record set.
---
 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 2a324ff..78e37a8 100644
--- a/etc/rec-mode.el
+++ b/etc/rec-mode.el
@@ -826,7 +826,7 @@ Return nil if the point is not on a record."
           (setq i (+ i 1))))
       (if found
           descriptor
-        ""))))
+        nil))))
 
 (defun rec-mandatory-fields ()
   "Return a list with the names of the mandatory fields in the



reply via email to

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