diff lisp/hexl.el @ 5066:8abe8fb9621c

(hexlify-buffer): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Nov 1993 15:57:50 +0000
parents 82353ffa44b7
children 9cde7d7fea1f
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)