changeset 5066:8abe8fb9621c

(hexlify-buffer): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Nov 1993 15:57:50 +0000
parents cd3d59bc0b94
children 4854aff5c5b3
files lisp/hexl.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/hexl.el	Thu Nov 18 10:03:14 1993 +0000
+++ b/lisp/hexl.el	Fri Nov 19 15:57:50 1993 +0000
@@ -494,6 +494,7 @@
 
 ;00000000: 0011 2233 4455 6677 8899 aabb ccdd eeff  0123456789ABCDEF
 
+;;;###autoload
 (defun hexlify-buffer ()
   "Convert a binary buffer to hexl format"
   (interactive)