1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Remove directory part from filenames in function declarations.

This commit is contained in:
Glenn Morris 2007-12-06 04:09:57 +00:00
parent 292071b483
commit 5cec305694
11 changed files with 17 additions and 17 deletions

View file

@ -2201,7 +2201,7 @@ otherwise return nil."
()
(equal start (match-end 0))))))
(declare-function imenu-default-create-index-function "../imenu" ())
(declare-function imenu-default-create-index-function "imenu" ())
;;;-------------------------------------------------------------------------
(defun dcl-imenu-create-index-function ()