Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
881e0a3c
Commit
881e0a3c
authored
Apr 26, 2005
by
Richard M. Stallman
Browse files
(hexl-mode): Use new name eldoc-documentation-function.
parent
8f348211
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/hexl.el
lisp/hexl.el
+1
-1
No files found.
lisp/hexl.el
View file @
881e0a3c
...
...
@@ -284,7 +284,7 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode.
(
add-hook
'change-major-mode-hook
'hexl-maybe-dehexlify-buffer
nil
t
)
;; Set a callback function for eldoc.
(
set
(
make-local-variable
'eldoc-
print-current-symbol-info
-function
)
(
set
(
make-local-variable
'eldoc-
documentation
-function
)
'hexl-print-current-point-info
)
(
eldoc-add-command-completions
"hexl-"
)
(
eldoc-remove-command
"hexl-save-buffer"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment