comparison lisp/progmodes/hideif.el @ 846:20674ae6bf52

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 22 Jul 1992 04:22:42 +0000
parents e694e0879463
children 224b0d5d1a38
comparison
equal deleted inserted replaced
845:213978acbc1e 846:20674ae6bf52
1 ;;; hide-ifdef-mode.el --- hides selected code within ifdef. 1 ;;; hide-ifdef-mode.el --- hides selected code within ifdef.
2 2
3 ;;; Copyright (C) 1988 Brian Marick and Daniel LaLiberte
4
3 ;; Author: Dan LaLiberte <liberte@a.cs.uiuc.edu> 5 ;; Author: Dan LaLiberte <liberte@a.cs.uiuc.edu>
4 ;; Last-Modified: 06 Mar 1991
5 ;; Keywords: c 6 ;; Keywords: c
6 7
7 ;;; $Header: hide-ifdef-mode.el,v 1.7 88/02/16 03:12:58 liberte Exp $ 8 ;;; $Header: hide-ifdef-mode.el,v 1.7 88/02/16 03:12:58 liberte Exp $
8
9 ;;; Copyright (C) 1988 Brian Marick and Daniel LaLiberte
10 9
11 ;;; Commentary: 10 ;;; Commentary:
12 11
13 ;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL. 12 ;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL.
14 ;;; Extensively modified by Daniel LaLiberte (while at Gould). 13 ;;; Extensively modified by Daniel LaLiberte (while at Gould).