mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(file-locked-p): Alias to `ignore' if no file locking.
This commit is contained in:
parent
2509d35657
commit
a7305f6e9f
@ -257,6 +257,8 @@ and ignores this variable.")
|
||||
(defalias 'lock-buffer 'ignore))
|
||||
(or (fboundp 'unlock-buffer)
|
||||
(defalias 'unlock-buffer 'ignore))
|
||||
(or (fboundp 'file-locked-p)
|
||||
(defalias 'file-locked-p 'ignore))
|
||||
|
||||
;; This hook function provides support for ange-ftp host name
|
||||
;; completion. It runs the usual ange-ftp hook, but only for
|
||||
|
Loading…
Reference in New Issue
Block a user