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

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

[elpa] externals/rec-mode 646962c: fix ; ; ; ###autoload tag in rec-mode


From: ELPA Syncer
Subject: [elpa] externals/rec-mode 646962c: fix ; ; ; ###autoload tag in rec-mode.el
Date: Wed, 1 Sep 2021 17:57:20 -0400 (EDT)

branch: externals/rec-mode
commit 646962cff4f728cfa56c72ed43de8936713c8bb6
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@oracle.com>

    fix ;;;###autoload tag in rec-mode.el
    
    Problem and patch reported by Stefan Monnier.
---
 rec-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rec-mode.el b/rec-mode.el
index 8806fb2..86f284a 100644
--- a/rec-mode.el
+++ b/rec-mode.el
@@ -64,7 +64,7 @@
 Valid values are `edit' and `navigation'.  The default is `navigation'"
   :type 'symbol
   :safe (lambda (x) (member x '(edit navigation))))
-;;;###autoload (put rec-open-mode 'safe-local-variable (lambda (x) (member x 
'(edit navigation))
+;;;###autoload (put 'rec-open-mode 'safe-local-variable (lambda (x) (member x 
'(edit navigation))))
 
 (defcustom rec-popup-calendar t
   "Whether to use a popup calendar to select dates when editing field values.



reply via email to

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