comparison lisp/progmodes/hideif.el @ 30327:09b01c9914a6

Correct author's email address. Fix typo in comment.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 19 Jul 2000 15:51:05 +0000
parents 0cf06902af64
children 3cfd3dc474b8
comparison
equal deleted inserted replaced
30326:9d3a17593818 30327:09b01c9914a6
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, 1994 Free Software Foundation, Inc. 3 ;; Copyright (C) 1988, 1994 Free Software Foundation, Inc.
4 4
5 ;; Author: Dan LaLiberte <liberte@a.cs.uiuc.edu> 5 ;; Author: Daniel LaLiberte <liberte@hypernews.org>
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
7 ;; Keywords: c, outlines 7 ;; Keywords: c, outlines
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
74 ;; (list2 TWO THREE) 74 ;; (list2 TWO THREE)
75 ;; ))) 75 ;; )))
76 ;; (hide-ifdef-use-define-alist 'list2) ; use list2 by default 76 ;; (hide-ifdef-use-define-alist 'list2) ; use list2 by default
77 ;; )) 77 ;; ))
78 ;; 78 ;;
79 ;; You can call hide-ifdef-use-define-alist (C-c @ u) at any time to specify 79 ;; You can call hide-ifdef-use-define-alist (C-c @ U) at any time to specify
80 ;; another list to use. 80 ;; another list to use.
81 ;; 81 ;;
82 ;; To cause ifdefs to be hidden as soon as hide-ifdef-mode is called, 82 ;; To cause ifdefs to be hidden as soon as hide-ifdef-mode is called,
83 ;; set hide-ifdef-initially to non-nil. 83 ;; set hide-ifdef-initially to non-nil.
84 ;; 84 ;;