diff options
| author | Stefan Kangas | 2022-08-08 21:44:01 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-08 21:44:01 +0200 |
| commit | 85de996bbbf0d6d65728a807429263e3f14698d8 (patch) | |
| tree | 6ef2ea8ca8dee5ada46ca3108f926e7f4a3035d0 | |
| parent | d91ffdbec2bae4b338fa9148fc66b74853cb3f69 (diff) | |
| download | emacs-85de996bbbf0d6d65728a807429263e3f14698d8.tar.gz emacs-85de996bbbf0d6d65728a807429263e3f14698d8.zip | |
* lisp/vc/diff-mode.el: Don't mention XEmacs.
| -rw-r--r-- | lisp/vc/diff-mode.el | 4 |
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 | ||