comparison lisp/imenu.el @ 35688:8b295a5d2192

(imenu-syntax-alist): Add autoload cookie for the `make-variable-buffer-local'.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 29 Jan 2001 15:50:20 +0000
parents 569b2a1b20df
children fc00137bf0bf
comparison
equal deleted inserted replaced
35687:2420bdb3fc46 35688:8b295a5d2192
687 a string, all the characters in the string get the specified syntax. 687 a string, all the characters in the string get the specified syntax.
688 688
689 This is typically used to give word syntax to characters which 689 This is typically used to give word syntax to characters which
690 normally have symbol syntax to simplify `imenu-expression' 690 normally have symbol syntax to simplify `imenu-expression'
691 and speed-up matching.") 691 and speed-up matching.")
692 ;;;###autoload
692 (make-variable-buffer-local 'imenu-syntax-alist) 693 (make-variable-buffer-local 'imenu-syntax-alist)
693 694
694 (defun imenu-default-create-index-function () 695 (defun imenu-default-create-index-function ()
695 "*Wrapper for index searching functions. 696 "*Wrapper for index searching functions.
696 697