# HG changeset patch # User Richard M. Stallman # Date 753724670 0 # Node ID 8abe8fb9621c8a9dc460d2937f165f7a8ea28802 # Parent cd3d59bc0b947388d0621aca95d30bcea8809f85 (hexlify-buffer): Add autoload cookie. diff -r cd3d59bc0b94 -r 8abe8fb9621c lisp/hexl.el --- 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)