diff options
| -rw-r--r-- | lisp/progmodes/hideshow.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 4a241880eb7..85c917cdae7 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1994, 95, 96, 97, 98 Free Software Foundation | 3 | ;; Copyright (C) 1994, 95, 96, 97, 98 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Author: Thien-Thi Nguyen <ttn@netcom.com> | 5 | ;; Author: Thien-Thi Nguyen <ttn@netcom.com> |
| 6 | ;; Dan Nicolaescu <done@ece.arizona.edu> | 6 | ;; Dan Nicolaescu <dann@ics.uci.edu> |
| 7 | ;; Keywords: C C++ java lisp tools editing comments blocks hiding outlines | 7 | ;; Keywords: C C++ java lisp tools editing comments blocks hiding outlines |
| 8 | ;; Maintainer-Version: 4.22 | 8 | ;; Maintainer-Version: 4.22 |
| 9 | ;; Time-of-Day-Author-Most-Likely-to-be-Recalcitrant: early morning | 9 | ;; Time-of-Day-Author-Most-Likely-to-be-Recalcitrant: early morning |
| @@ -92,7 +92,7 @@ | |||
| 92 | ;; ware@cis.ohio-state.edu Pete Ware | 92 | ;; ware@cis.ohio-state.edu Pete Ware |
| 93 | ;; d.love@dl.ac.uk Dave Love | 93 | ;; d.love@dl.ac.uk Dave Love |
| 94 | ;; | 94 | ;; |
| 95 | ;; Special thanks go to Dan Nicolaescu <done@ece.arizona.edu>, who | 95 | ;; Special thanks go to Dan Nicolaescu <dann@ics.uci.edu>, who |
| 96 | ;; reimplemented hideshow using overlays (rather than selective display), | 96 | ;; reimplemented hideshow using overlays (rather than selective display), |
| 97 | ;; added isearch magic, folded in custom.el compatibility, generalized | 97 | ;; added isearch magic, folded in custom.el compatibility, generalized |
| 98 | ;; comment handling, incorporated mouse support, and maintained the code | 98 | ;; comment handling, incorporated mouse support, and maintained the code |