diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-26 00:58:28 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-26 01:00:16 -0700 |
commit | 852d28176990d035366142bfde36a0440a317228 (patch) | |
tree | 7989c0101c23d316258e92ef667090f8d0cca866 /lisp/comint.el | |
parent | 797ee5871e458d6d97f57a24405412a053f5ef32 (diff) | |
download | emacs-852d28176990d035366142bfde36a0440a317228.tar.gz emacs-852d28176990d035366142bfde36a0440a317228.tar.bz2 emacs-852d28176990d035366142bfde36a0440a317228.zip |
Update author/maintainer info
Update email addresses and fix spellings of some author and
maintainer names.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index fb324d20e24..fbb67360df6 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -3471,7 +3471,7 @@ the process mark is at the beginning of the accumulated input." (message "Process mark set"))) -;; Author: Peter Breton <pbreton@cs.umb.edu> +;; Author: Peter Breton <pbreton@cs.umb.edu> ;; This little add-on for comint is intended to make it easy to get ;; output from currently active comint buffers into another buffer, |