emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/imenu.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/imenu.el [lexbind]
Date: Sat, 04 Sep 2004 05:44:45 -0400

Index: emacs/lisp/imenu.el
diff -c emacs/lisp/imenu.el:1.89.2.4 emacs/lisp/imenu.el:1.89.2.5
*** emacs/lisp/imenu.el:1.89.2.4        Sat Sep  4 09:18:38 2004
--- emacs/lisp/imenu.el Sat Sep  4 09:24:35 2004
***************
*** 211,218 ****
  INDEX points to the substring in REGEXP that contains the name (of the
  function, variable or type) that is to appear in the menu.
  
- The variable is buffer-local.
- 
  The variable `imenu-case-fold-search' determines whether or not the
  regexp matches are case sensitive, and `imenu-syntax-alist' can be
  used to alter the syntax table for the search.
--- 211,216 ----
***************
*** 240,248 ****
  The function `imenu--subalist-p' tests an element and returns t
  if it is a sub-alist.
  
! This function is called within a `save-excursion'.
! 
! The variable is buffer-local.")
  ;;;###autoload
  (make-variable-buffer-local 'imenu-create-index-function)
  
--- 238,244 ----
  The function `imenu--subalist-p' tests an element and returns t
  if it is a sub-alist.
  
! This function is called within a `save-excursion'.")
  ;;;###autoload
  (make-variable-buffer-local 'imenu-create-index-function)
  
***************
*** 977,984 ****
  (defvar imenu-buffer-menubar nil)
  
  (defvar imenu-menubar-modified-tick 0
!   "The value of (buffer-modified-tick) as of last call to 
`imenu-update-menubar'.
! This value becomes local in every buffer when it is set.")
  (make-variable-buffer-local 'imenu-menubar-modified-tick)
  
  (defun imenu-update-menubar ()
--- 973,979 ----
  (defvar imenu-buffer-menubar nil)
  
  (defvar imenu-menubar-modified-tick 0
!   "The value of (buffer-modified-tick) as of last call to 
`imenu-update-menubar'.")
  (make-variable-buffer-local 'imenu-menubar-modified-tick)
  
  (defun imenu-update-menubar ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]