aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-08-08 21:44:01 +0200
committerStefan Kangas2022-08-08 21:44:01 +0200
commit85de996bbbf0d6d65728a807429263e3f14698d8 (patch)
tree6ef2ea8ca8dee5ada46ca3108f926e7f4a3035d0
parentd91ffdbec2bae4b338fa9148fc66b74853cb3f69 (diff)
downloademacs-85de996bbbf0d6d65728a807429263e3f14698d8.tar.gz
emacs-85de996bbbf0d6d65728a807429263e3f14698d8.zip
* lisp/vc/diff-mode.el: Don't mention XEmacs.
-rw-r--r--lisp/vc/diff-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index f366261ae05..322074106f9 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -27,8 +27,8 @@
27;; to the corresponding source file. 27;; to the corresponding source file.
28 28
29;; Inspired by Pavel Machek's patch-mode.el (<pavel@@atrey.karlin.mff.cuni.cz>) 29;; Inspired by Pavel Machek's patch-mode.el (<pavel@@atrey.karlin.mff.cuni.cz>)
30;; Some efforts were spent to have it somewhat compatible with XEmacs's 30;; Some efforts were spent to have it somewhat compatible with
31;; diff-mode as well as with compilation-minor-mode 31;; `compilation-minor-mode'.
32 32
33;; Bugs: 33;; Bugs:
34 34