Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git.el: Add some notes about Emacs versions compatibility.
author
Alexandre Julliard
<julliard@winehq.org>
Sat, 7 Feb 2009 13:21:58 +0000
(14:21 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Sat, 7 Feb 2009 14:14:22 +0000
(15:14 +0100)
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
contrib/emacs/git.el
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
6c4f70d
)
diff --git
a/contrib/emacs/git.el
b/contrib/emacs/git.el
index 7651a0a8e190dbdf8188202a15174da99b5ac302..fcbe2d9cf549c0479c634e83f3f670bc82ab862d 100644
(file)
--- a/
contrib/emacs/git.el
+++ b/
contrib/emacs/git.el
@@
-1,6
+1,6
@@
;;; git.el --- A user interface for git
;;; git.el --- A user interface for git
-;; Copyright (C) 2005, 2006, 2007 Alexandre Julliard <julliard@winehq.org>
+;; Copyright (C) 2005, 2006, 2007
, 2008, 2009
Alexandre Julliard <julliard@winehq.org>
;; Version: 1.0
;; Version: 1.0
@@
-34,7
+34,6
@@
;; To start: `M-x git-status'
;;
;; TODO
;; To start: `M-x git-status'
;;
;; TODO
-;; - portability to XEmacs
;; - diff against other branch
;; - renaming files from the status buffer
;; - creating tags
;; - diff against other branch
;; - renaming files from the status buffer
;; - creating tags
@@
-43,6
+42,15
@@
;; - git-show-branch browser
;;
;; - git-show-branch browser
;;
+;;; Compatibility:
+;;
+;; This file works on GNU Emacs 21 or later. It may work on older
+;; versions but this is not guaranteed.
+;;
+;; It may work on XEmacs 21, provided that you first install the ewoc
+;; and log-edit packages.
+;;
+
(eval-when-compile (require 'cl))
(require 'ewoc)
(require 'log-edit)
(eval-when-compile (require 'cl))
(require 'ewoc)
(require 'log-edit)