]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix lock-file-name-transforms build problem
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Jul 2021 11:59:42 +0000 (13:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Jul 2021 11:59:46 +0000 (13:59 +0200)
* lisp/files.el (lock-file-name-transforms): Remove
custom-initialize-delay to fix build problem (bug#49507).

lisp/files.el

index ad02d373fd05782d497d05b1bde1e7e553f0360a..825aa1c3e8898cda734ddda41ad5c9aaa966bf2e 100644 (file)
@@ -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