diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-01 19:28:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-01 19:28:56 +0000 |
commit | 5a9de6d0185ed5302c383769c428d92279717d55 (patch) | |
tree | 545b87e95ef942d3ef0facdb068c098c71f7147c /lisp/vc-hg.el | |
parent | 3702367bcef4d8987b1c6aa06ab29ec0390d6887 (diff) | |
download | emacs-5a9de6d0185ed5302c383769c428d92279717d55.tar.gz |
Remove some XXX comments no longer needed.
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r-- | lisp/vc-hg.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index 013bdcbed63..44ffa95a92f 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -457,8 +457,6 @@ REV is the revision to check out into WORKFILE." ;;; Hg specific functionality. -;; XXX This functionality is experimental/work in progress. It might -;; change without notice. (defvar vc-hg-extra-menu-map (let ((map (make-sparse-keymap))) (define-key map [incoming] '(menu-item "Show incoming" vc-hg-incoming)) |