comparison lisp/imenu.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 b7c32154721a
children 71197bcff33c
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
1 ;;; imenu.el --- Framework for mode-specific buffer indexes. 1 ;;; imenu.el --- framework for mode-specific buffer indexes
2 2
3 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 4
5 ;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se> 5 ;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se>
6 ;; Lars Lindberg <lli@sypro.cap.se> 6 ;; Lars Lindberg <lli@sypro.cap.se>
57 ;; [kai] - Kai Grossjohann grossjoh@linus.informatik.uni-dortmund.de 57 ;; [kai] - Kai Grossjohann grossjoh@linus.informatik.uni-dortmund.de
58 ;; [david] - David M. Smith dsmith@stats.adelaide.edu.au 58 ;; [david] - David M. Smith dsmith@stats.adelaide.edu.au
59 ;; [christian] - Christian Egli Christian.Egli@hcsd.hac.com 59 ;; [christian] - Christian Egli Christian.Egli@hcsd.hac.com
60 ;; [karl] - Karl Fogel kfogel@floss.life.uiuc.edu 60 ;; [karl] - Karl Fogel kfogel@floss.life.uiuc.edu
61 61
62 ;;; Code 62 ;;; Code:
63 63
64 (eval-when-compile (require 'cl)) 64 (eval-when-compile (require 'cl))
65 65
66 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 66 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67 ;;; 67 ;;;