mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(file-locked-p): Alias to `ignore' if no file locking.
This commit is contained in:
parent
2509d35657
commit
a7305f6e9f
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue