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

    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