mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 07:40:40 -07:00
(find-function-search-for-symbol): Use find-file-hook instead of ...-hooks.
This commit is contained in:
parent
7adee48a65
commit
b88b46f269
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ If VARIABLE-P is nil, `find-function-regexp' is used, otherwise
|
|||
(setq library (substring library 0 (match-beginning 1))))
|
||||
(let* ((path find-function-source-path)
|
||||
(compression (or (rassq 'jka-compr-handler file-name-handler-alist)
|
||||
(member 'crypt-find-file-hook find-file-hooks)))
|
||||
(member 'crypt-find-file-hook find-file-hook)))
|
||||
(filename (progn
|
||||
;; use `file-name-sans-extension' here? (if it gets fixed)
|
||||
(if (string-match "\\(\\.el\\)\\'" library)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue