diff options
| author | Richard M. Stallman | 1997-11-26 16:12:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-11-26 16:12:25 +0000 |
| commit | 2231645f5e121df5c97dd7d88c042406bc107c2c (patch) | |
| tree | a8f3461f573b2c1e8f5593167af2d6c9ed6fa397 | |
| parent | 63d5226e1edf5563a239cc10d4f2b409cc9d882d (diff) | |
| download | emacs-2231645f5e121df5c97dd7d88c042406bc107c2c.tar.gz emacs-2231645f5e121df5c97dd7d88c042406bc107c2c.zip | |
(bibtex-maintainer-address, bibtex-submit-bug-report):
New maintainer (Dirk Herrmann <D.Herrmann@tu-bs.de>).
| -rw-r--r-- | lisp/textmodes/bibtex.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 8ec297f1b1c..2f97b1056ea 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Mark Shapiro <shapiro@corto.inria.fr> | 7 | ;; Mark Shapiro <shapiro@corto.inria.fr> |
| 8 | ;; Mike Newton <newton@gumby.cs.caltech.edu> | 8 | ;; Mike Newton <newton@gumby.cs.caltech.edu> |
| 9 | ;; Aaron Larson <alarson@src.honeywell.com> | 9 | ;; Aaron Larson <alarson@src.honeywell.com> |
| 10 | ;; Maintainer: none right now | 10 | ;; Maintainer: Dirk Herrmann <D.Herrmann@tu-bs.de> |
| 11 | ;; Keywords: BibTeX, LaTeX, TeX | 11 | ;; Keywords: BibTeX, LaTeX, TeX |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| @@ -820,7 +820,7 @@ the value of `bibtex-text-indentation', minus 2." | |||
| 820 | ;; Bug Reporting | 820 | ;; Bug Reporting |
| 821 | 821 | ||
| 822 | (defconst | 822 | (defconst |
| 823 | bibtex-maintainer-address "Stefan Schoef <schoef@offis.uni-oldenburg.de>") | 823 | bibtex-maintainer-address "Dirk Herrmann <D.Herrmann@tu-bs.de>") |
| 824 | ;; current maintainer | 824 | ;; current maintainer |
| 825 | 825 | ||
| 826 | 826 | ||
| @@ -2619,8 +2619,8 @@ non-nil. | |||
| 2619 | ;; user variables which shouldn't cause any errors | 2619 | ;; user variables which shouldn't cause any errors |
| 2620 | ) | 2620 | ) |
| 2621 | nil nil | 2621 | nil nil |
| 2622 | (concat "Hi Stefan, | 2622 | (concat "To the bibtex.el maintainer: |
| 2623 | 2623 | ||
| 2624 | I want to report a bug on Emacs BibTeX mode. | 2624 | I want to report a bug on Emacs BibTeX mode. |
| 2625 | I've read the `Bugs' section in the `Emacs' info page, so I know how | 2625 | I've read the `Bugs' section in the `Emacs' info page, so I know how |
| 2626 | to make a clear and unambiguous report. I have started a fresh Emacs | 2626 | to make a clear and unambiguous report. I have started a fresh Emacs |