diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-10-08 15:41:00 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-10-08 15:41:00 +0200 |
commit | 304d022a66f2c71ee643021db69c1c99d135df55 (patch) | |
tree | 45a83697a811bcd7b327cf6a8fc716b6247b899e /lisp/userlock.el | |
parent | b12edc61711d383819f0119d9227ad856c4556aa (diff) | |
download | emacs-304d022a66f2c71ee643021db69c1c99d135df55.tar.gz emacs-304d022a66f2c71ee643021db69c1c99d135df55.tar.bz2 emacs-304d022a66f2c71ee643021db69c1c99d135df55.zip |
* etc/PROBLEMS: Describe navigation problem from Nautilus. (Bug#37573)
* lisp/userlock.el (create-lockfiles): Set `safe-local-variable' property.
Diffstat (limited to 'lisp/userlock.el')
-rw-r--r-- | lisp/userlock.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/userlock.el b/lisp/userlock.el index f077bc9ad62..209768620c1 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el @@ -34,6 +34,9 @@ (eval-when-compile (require 'cl-lib)) +;;;###autoload +(put 'create-lockfiles 'safe-local-variable 'booleanp) + (define-error 'file-locked "File is locked" 'file-error) ;;;###autoload |