From: Richard M. Stallman Date: Fri, 19 Nov 1993 15:57:50 +0000 (+0000) Subject: (hexlify-buffer): Add autoload cookie. X-Git-Tag: emacs-19.34~10785 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4e3d4eb483dc4502e2c60ace21266f43cbb6484;p=emacs.git (hexlify-buffer): Add autoload cookie. --- 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)