branch: externals/rec-mode commit 646962cff4f728cfa56c72ed43de8936713c8bb6 Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@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.