From 561ef16fd096002860c4f38d93145ee5a9adb82e Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 16 Jul 2021 13:59:42 +0200 Subject: [PATCH] Fix lock-file-name-transforms build problem * lisp/files.el (lock-file-name-transforms): Remove custom-initialize-delay to fix build problem (bug#49507). --- lisp/files.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index ad02d373fd0..825aa1c3e88 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -424,7 +424,6 @@ file it's locking, and it has the same name, but with \".#\" prepended." :type '(repeat (list (regexp :tag "Regexp") (string :tag "Replacement") (boolean :tag "Uniquify"))) - :initialize 'custom-initialize-delay :version "28.1") (defcustom remote-file-name-inhibit-locks nil -- 2.39.2