mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
(hexlify-buffer): Add autoload cookie.
This commit is contained in:
parent
f93f92f169
commit
f4e3d4eb48
1 changed files with 1 additions and 0 deletions
|
|
@ -494,6 +494,7 @@ You may also type up to 3 octal digits, to insert a character with that code"
|
|||
|
||||
;00000000: 0011 2233 4455 6677 8899 aabb ccdd eeff 0123456789ABCDEF
|
||||
|
||||
;;;###autoload
|
||||
(defun hexlify-buffer ()
|
||||
"Convert a binary buffer to hexl format"
|
||||
(interactive)
|
||||
|
|
|
|||
Loading…
Reference in a new issue