# HG changeset patch # User Karl Heuer # Date 930091577 0 # Node ID 7177532e6e8b5f1a426782460aa5a56136389acb # Parent ccece04c47a1e661fc9f58d31aa7da94c8c2e104 Comment fix. diff -r ccece04c47a1 -r 7177532e6e8b lisp/ediff-diff.el --- a/lisp/ediff-diff.el Tue Jun 22 22:43:36 1999 +0000 +++ b/lisp/ediff-diff.el Tue Jun 22 22:46:17 1999 +0000 @@ -1112,7 +1112,7 @@ ))) (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 diff -r ccece04c47a1 -r 7177532e6e8b lisp/emacs-lisp/advice.el --- a/lisp/emacs-lisp/advice.el Tue Jun 22 22:43:36 1999 +0000 +++ b/lisp/emacs-lisp/advice.el Tue Jun 22 22:46:17 1999 +0000 @@ -230,7 +230,7 @@ ;; @@ Terminology: ;; =============== -;; - Emacs, Emacs-19: FSF's version of Emacs with major version 19 +;; - Emacs, Emacs-19: Emacs as released by the GNU Project ;; - Lemacs: Lucid's version of Emacs with major version 19 ;; - v18: Any Emacs with major version 18 or built as an extension to that ;; (such as Epoch)