comparison lisp/progmodes/hideif.el @ 853:224b0d5d1a38

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 22 Jul 1992 21:20:04 +0000
parents 20674ae6bf52
children 81e6b85a9261
comparison
equal deleted inserted replaced
852:06165faefe70 853:224b0d5d1a38
2 2
3 ;;; Copyright (C) 1988 Brian Marick and Daniel LaLiberte 3 ;;; Copyright (C) 1988 Brian Marick and Daniel LaLiberte
4 4
5 ;; Author: Dan LaLiberte <liberte@a.cs.uiuc.edu> 5 ;; Author: Dan LaLiberte <liberte@a.cs.uiuc.edu>
6 ;; Keywords: c 6 ;; Keywords: c
7
8 ;;; $Header: hide-ifdef-mode.el,v 1.7 88/02/16 03:12:58 liberte Exp $
9 7
10 ;;; Commentary: 8 ;;; Commentary:
11 9
12 ;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL. 10 ;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL.
13 ;;; Extensively modified by Daniel LaLiberte (while at Gould). 11 ;;; Extensively modified by Daniel LaLiberte (while at Gould).
92 ;;; may appear. "Ifdef" will appear when hide-ifdef-mode is active. "Hiding" 90 ;;; may appear. "Ifdef" will appear when hide-ifdef-mode is active. "Hiding"
93 ;;; will appear when text may be hidden ("hide-ifdef-hiding" is non-nil). 91 ;;; will appear when text may be hidden ("hide-ifdef-hiding" is non-nil).
94 92
95 ;;; Change Log: 93 ;;; Change Log:
96 ;;; 94 ;;;
97 ;;; $Log: hide-ifdef-mode.el,v $
98 ;;; Revision 1.7 88/02/16 03:12:58 liberte 95 ;;; Revision 1.7 88/02/16 03:12:58 liberte
99 ;;; Fixed comments and doc strings. 96 ;;; Fixed comments and doc strings.
100 ;;; Added optional prefix arg for ifdef motion commands. 97 ;;; Added optional prefix arg for ifdef motion commands.
101 ;;; 98 ;;;
102 ;;; Revision 1.6 88/02/05 00:36:18 liberte 99 ;;; Revision 1.6 88/02/05 00:36:18 liberte