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:
parent
292071b483
commit
5cec305694
11 changed files with 17 additions and 17 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue