mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-19 02:10:10 +00:00
* lisp/vc/vc-hg.el, lisp/vc/vc-git.el: Flush the 'vc-functions' cache.
This commit is contained in:
parent
5ec3853326
commit
97fc87a392
2 changed files with 8 additions and 0 deletions
|
@ -175,6 +175,10 @@ highlighting the Log View buffer."
|
|||
:version "24.5")
|
||||
|
||||
|
||||
;; Clear up the cache to force vc-call to check again and discover
|
||||
;; new functions when we reload this file.
|
||||
(put 'Hg 'vc-functions nil)
|
||||
|
||||
;;; Properties of the backend
|
||||
|
||||
(defvar vc-hg-history nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue