comparison lisp/progmodes/hideif.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents 3cfd3dc474b8
children 270ae8c49bbc
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
1 ;;; hide-ifdef-mode.el --- hides selected code within ifdef. 1 ;;; hideif.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: Daniel LaLiberte <liberte@holonexus.org> 5 ;; Author: Daniel LaLiberte <liberte@holonexus.org>
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
1073 (if hide-ifdef-hiding (hide-ifdefs)))) 1073 (if hide-ifdef-hiding (hide-ifdefs))))
1074 1074
1075 (provide 'hideif) 1075 (provide 'hideif)
1076 1076
1077 ;;; hideif.el ends here 1077 ;;; hideif.el ends here
1078