summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-06-26 23:53:55 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-06-26 23:53:55 +0000
commit3c3bf6ce8fb1f31177db297dc70bfae25cca552a (patch)
treeb78c6c8d9914e01175254a9e9cb4be1c1fbeeddf /lisp/vc.el
parent297710942213ef3bf4a06190459bbc1fb0362ffb (diff)
Remove find-file-not-found-hook VC method. (Bug#2757)
* vc-hooks.el (vc-file-not-found-hook) (vc-default-find-file-not-found-hook): Remove functions. (find-file-not-found-functions): Do not add vc-file-not-found-hook. * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function. * vc.el: * vc-hg.el: * vc-git.el: Do not mention find-file-not-found-hook VC method.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index a14e95f7b42..d063c2c8abc 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -513,11 +513,6 @@
;; Operation called in current buffer when opening a file. This can
;; be used by the backend to setup some local variables it might need.
;;
-;; - find-file-not-found-hook ()
-;;
-;; Operation called in current buffer when opening a non-existing file.
-;; By default, this asks the user if she wants to check out the file.
-;;
;; - extra-menu ()
;;
;; Return a menu keymap, the items in the keymap will appear at the