]> git.eshelyaron.com Git - emacs.git/commitdiff
(hexlify-buffer): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Nov 1993 15:57:50 +0000 (15:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Nov 1993 15:57:50 +0000 (15:57 +0000)
lisp/hexl.el

index 4875647dc5501626ffaa514af6aca34c00cd0dc7..7238903eda73b115e741fbbc1f742470d2c6411a 100644 (file)
@@ -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)