summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-19 15:57:50 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-19 15:57:50 +0000
commit624125fc92f88aa323f3f05e4534bfd9fc03b7b5 (patch)
tree31e8af32fd0478733bf89d49af980e6f7e2d18c0 /lisp/hexl.el
parentc018e2b726c7f6fe6f09230e87ee33abf7b07d72 (diff)
downloademacs-624125fc92f88aa323f3f05e4534bfd9fc03b7b5.tar.gz
(hexlify-buffer): Add autoload cookie.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 4875647dc55..7238903eda7 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -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)