~ubuntu-branches/debian/sid/emacs24/sid

« back to all changes in this revision

Viewing changes to lisp/progmodes/hideshow.el

  • Committer: Package Import Robot
  • Author(s): Rob Browning
  • Date: 2014-10-25 14:37:43 UTC
  • mfrom: (13.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20141025143743-m9q5reoyyyjq3p2h
Tags: 24.4+1-4
Update emacsen-common dependency as per policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks
 
1
;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks -*- coding: utf-8 -*-
2
2
 
3
 
;; Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
3
;; Copyright (C) 1994-2014 Free Software Foundation, Inc.
4
4
 
5
5
;; Author: Thien-Thi Nguyen <ttn@gnu.org>
6
6
;;      Dan Nicolaescu <dann@ics.uci.edu>
207
207
;;  Dean Andrews, Alf-Ivar Holm, Holger Bauer, Christoph Conrad, Dave Love,
208
208
;;  Dirk Herrmann, Gael Marziou, Jan Djarv, Guillaume Leray, Moody Ahmad,
209
209
;;  Preston F. Crow, Lars Lindberg, Reto Zimmermann, Keith Sheffield,
210
 
;;  Chew Meng Kuan, Tony Lam, Pete Ware, Fran�ois Pinard, Stefan Monnier,
 
210
;;  Chew Meng Kuan, Tony Lam, Pete Ware, François Pinard, Stefan Monnier,
211
211
;;  Joseph Eydelnant, Michael Ernst, Peter Heslin
212
212
;;
213
213
;; Special thanks go to Dan Nicolaescu, who reimplemented hideshow using