diff options
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r-- | lisp/hexl.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el index bedcc6b10b9..a754a151fb7 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -420,8 +420,7 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode. " \\(?: .+\n[a-f0-9]+: \\)?")) textre)) bound noerror count)) - (let ((isearch-search-fun-function nil)) - (isearch-search-fun)))) + (isearch-search-fun-default))) (defvar hexl-in-save-buffer nil) |