comparison lisp/imenu.el @ 22250:a77d473867b8

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Tue, 26 May 1998 09:23:23 +0000
parents 6ca7cc11f56a
children b9120925ef93
comparison
equal deleted inserted replaced
22249:9a8adf8f1efa 22250:a77d473867b8
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>
7 ;; Maintainer: FSF 7 ;; Maintainer: FSF
8 ;; Created: 8 Feb 1994 8 ;; Created: 8 Feb 1994
9 ;; Keywords: tools 9 ;; Keywords: tools convenience
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by 14 ;; it under the terms of the GNU General Public License as published by
71 71
72 (defgroup imenu nil 72 (defgroup imenu nil
73 "Mode-specific buffer indexes." 73 "Mode-specific buffer indexes."
74 :group 'matching 74 :group 'matching
75 :group 'frames 75 :group 'frames
76 :group 'convenience
76 :link '(custom-manual "(elisp)Imenu")) 77 :link '(custom-manual "(elisp)Imenu"))
77 78
78 (defcustom imenu-use-markers t 79 (defcustom imenu-use-markers t
79 "*Non-nil means use markers instead of integers for Imenu buffer positions. 80 "*Non-nil means use markers instead of integers for Imenu buffer positions.
80 81