Mercurial > emacs
diff lisp/ChangeLog @ 103596:0c5de07aff62
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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 26 Jun 2009 23:53:55 +0000 |
parents | 99f2f3ae1c56 |
children | c6838f93406e |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 26 23:41:43 2009 +0000 +++ b/lisp/ChangeLog Fri Jun 26 23:53:55 2009 +0000 @@ -1,3 +1,14 @@ +2009-06-26 Dan Nicolaescu <dann@ics.uci.edu> + + 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. + 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es> * textmodes/ispell.el: Add `ispell-looking-back' XEmacs