1
0
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:
Richard M. Stallman 1996-09-16 09:43:42 +00:00
parent 2509d35657
commit a7305f6e9f

View File

@ -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