Skip to content

Commit 5a7b3bf

Browse files
committed
git.el: Add some notes about Emacs versions compatibility.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
1 parent 6c4f70d commit 5a7b3bf

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

contrib/emacs/git.el

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; git.el --- A user interface for git
22

3-
;; Copyright (C) 2005, 2006, 2007 Alexandre Julliard <julliard@winehq.org>
3+
;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Alexandre Julliard <julliard@winehq.org>
44

55
;; Version: 1.0
66

@@ -34,7 +34,6 @@
3434
;; To start: `M-x git-status'
3535
;;
3636
;; TODO
37-
;; - portability to XEmacs
3837
;; - diff against other branch
3938
;; - renaming files from the status buffer
4039
;; - creating tags
@@ -43,6 +42,15 @@
4342
;; - git-show-branch browser
4443
;;
4544

45+
;;; Compatibility:
46+
;;
47+
;; This file works on GNU Emacs 21 or later. It may work on older
48+
;; versions but this is not guaranteed.
49+
;;
50+
;; It may work on XEmacs 21, provided that you first install the ewoc
51+
;; and log-edit packages.
52+
;;
53+
4654
(eval-when-compile (require 'cl))
4755
(require 'ewoc)
4856
(require 'log-edit)

0 commit comments

Comments
 (0)