提交 5a7b3bf5 编写于 作者: A Alexandre Julliard

git.el: Add some notes about Emacs versions compatibility.

Signed-off-by: NAlexandre Julliard <julliard@winehq.org>
上级 6c4f70d5
;;; 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
......@@ -34,7 +34,6 @@
;; To start: `M-x git-status'
;;
;; TODO
;; - portability to XEmacs
;; - diff against other branch
;; - renaming files from the status buffer
;; - creating tags
......@@ -43,6 +42,15 @@
;; - 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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册