diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/net/goto-addr.el | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1df832ffadd..0a3979dee6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-07-13 Dave Love <fx@gnu.org> + + * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): + Call throw correctly. + 2000-07-13 Gerd Moellmann <gerd@gnu.org> * faces.el (frame-background-mode): Doc fix. diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 667439710c5..095e1c597c7 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el @@ -1,9 +1,8 @@ ;;; goto-addr.el --- click to browse URL or to send to e-mail address -;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2000 Free Software Foundation, Inc. -;; Author: Eric Ding <ericding@mit.edu> -;; Maintainer: Eric Ding <ericding@mit.edu> +;; Author: Eric Ding <ericding@alum.mit.edu> ;; Created: 15 Aug 1995 ;; Keywords: mh-e, www, mouse, mail |