comparison lisp/progmodes/hideshow.el @ 23368:7ded3a5044ab

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Fri, 02 Oct 1998 18:11:14 +0000
parents 99892dbdb774
children 340ed24f202a
comparison
equal deleted inserted replaced
23367:7355f4d47dfa 23368:7ded3a5044ab
1 ;;; hideshow.el --- minor mode cmds to selectively display blocks of code 1 ;;; hideshow.el --- minor mode cmds to selectively display blocks of code
2 2
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
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
90 ;; qhslali@aom.ericsson.se Lars Lindberg 90 ;; qhslali@aom.ericsson.se Lars Lindberg
91 ;; sheff@edcsgw2.cr.usgs.gov Keith Sheffield 91 ;; sheff@edcsgw2.cr.usgs.gov Keith Sheffield
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
99 ;; in general. Version 4.0 is largely due to his efforts. 99 ;; in general. Version 4.0 is largely due to his efforts.
100 ;; 100 ;;