diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-06-22 22:46:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-06-22 22:46:17 +0000 |
commit | 863312cda6673ae215e55905d7927de589d3c008 (patch) | |
tree | 0a2bcb09703c6116de3ca57e5b84cfe029ba79c6 /lisp/ediff-diff.el | |
parent | 3078f066a2de5000630f1ba02a095b96081d0b58 (diff) | |
download | emacs-863312cda6673ae215e55905d7927de589d3c008.tar.gz |
Comment fix.
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r-- | lisp/ediff-diff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el index e773ba44e04..48591757075 100644 --- a/lisp/ediff-diff.el +++ b/lisp/ediff-diff.el @@ -1112,7 +1112,7 @@ one optional arguments, diff-number to refine.") ))) (store-match-data data)))) -;; This is shell-command-filter from simple.el in FSF Emacs. +;; This is shell-command-filter from simple.el in Emacs. ;; Copied here because XEmacs doesn't have it. (defun ediff-process-filter (proc string) ;; Do save-excursion by hand so that we can leave point numerically unchanged |