mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
; * lisp/vc/vc-hooks.el: Note vc-after-revert in after-revert-hook.
This commit is contained in:
parent
fd16fcce52
commit
3d844e49f7
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@
|
|||
;; The noninteractive hooks into the rest of Emacs are:
|
||||
;; - `vc-refresh-state' in `find-file-hook'
|
||||
;; - `vc-kill-buffer-hook' in `kill-buffer-hook'
|
||||
;; - `vc-after-save' which is called by `basic-save-buffer'.
|
||||
;; - `vc-after-save' which is called by `basic-save-buffer'
|
||||
;; - `vc-after-revert' in `after-revert-hook'.
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue