diff lisp/textmodes/bibtex.el @ 810:80303373daae

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 17 Jul 1992 07:10:46 +0000
parents 4f28bd14272c
children 213978acbc1e
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el	Fri Jul 17 06:48:03 1992 +0000
+++ b/lisp/textmodes/bibtex.el	Fri Jul 17 07:10:46 1992 +0000
@@ -1,12 +1,19 @@
 ;;; bibtex.el --- BibTeX mode for GNU Emacs
 
+;; Author: Bengt Martensson <ubrinf!mond!bengt>
+;;	Mark Shapiro <shapiro@corto.inria.fr>
+;;	Mike Newton <newton@gumby.cs.caltech.edu>
+;;	Aaron Larson <alarson@src.honeywell.com>
+;; Maintainer: Mark Shapiro <shapiro@corto.inria.fr>
+;; Keywords: tex, bib
+
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
+;; the Free Software Foundation; either version 1, or (at your option)
 ;; any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
@@ -18,7 +25,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;;; (current keeper: shapiro@corto.inria.fr)
+;;; Change Log:
 
 ;;; alarson@src.honeywell.com 92-Jan-31
 ;;;   Added support for: ispell, beginning/end of entry movement, a simple
@@ -120,6 +127,8 @@
 ;;; Trouble is, in Emacs 18.44 you can't have a mode-specific mouse binding,
 ;;; so it will remain active in all windows.  Yuck!
 
+;;; Code:
+
 (provide 'bibtex)
 
 ;;; these guys typically don't have autoloads...[alarson:19920131.1548CST]
@@ -1257,4 +1266,3 @@
   (local-set-mouse  '(text right) 'bibtex-sun-menu-eval))
 
 ;;; bibtex-mode.el ends here
-