comparison lisp/erc/erc-imenu.el @ 71883:3d0d6e217db9

Update for ERC 5.1.3. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348 Creator: Michael Olson <mwolson@gnu.org>
author Miles Bader <miles@gnu.org>
date Fri, 14 Jul 2006 02:29:50 +0000
parents 7010bb070445
children 7a3f13e2dd57
comparison
equal deleted inserted replaced
71882:98630b6d51a1 71883:3d0d6e217db9
28 ;; This file contains code related to Ibuffer and ERC. Totally alpha, 28 ;; This file contains code related to Ibuffer and ERC. Totally alpha,
29 ;; needs work. Usage: Type / C-e C-h when in Ibuffer-mode to see new 29 ;; needs work. Usage: Type / C-e C-h when in Ibuffer-mode to see new
30 ;; limiting commands 30 ;; limiting commands
31 31
32 ;;; Code: 32 ;;; Code:
33
34
35 ;; Author: Mario Lang <mlang@delysid.org>
36
37 ;; This file is not part of GNU Emacs. But the same license applies.
38 33
39 ;;; Commentary: 34 ;;; Commentary:
40 35
41 ;; This package defines the function `erc-create-imenu-index'. ERC 36 ;; This package defines the function `erc-create-imenu-index'. ERC
42 ;; uses this for `imenu-create-index-function', and autoloads it. 37 ;; uses this for `imenu-create-index-function', and autoloads it.