diff options
| author | Richard M. Stallman | 1993-11-19 15:57:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-19 15:57:50 +0000 |
| commit | f4e3d4eb483dc4502e2c60ace21266f43cbb6484 (patch) | |
| tree | 65af76e778e027bd581647f4e1df197c56b21a04 | |
| parent | f93f92f169385cd8181a99b74f27c93e0e9399f0 (diff) | |
| download | emacs-f4e3d4eb483dc4502e2c60ace21266f43cbb6484.tar.gz emacs-f4e3d4eb483dc4502e2c60ace21266f43cbb6484.zip | |
(hexlify-buffer): Add autoload cookie.
| -rw-r--r-- | lisp/hexl.el | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
| 494 | 494 | ||
| 495 | ;00000000: 0011 2233 4455 6677 8899 aabb ccdd eeff 0123456789ABCDEF | 495 | ;00000000: 0011 2233 4455 6677 8899 aabb ccdd eeff 0123456789ABCDEF |
| 496 | 496 | ||
| 497 | ;;;###autoload | ||
| 497 | (defun hexlify-buffer () | 498 | (defun hexlify-buffer () |
| 498 | "Convert a binary buffer to hexl format" | 499 | "Convert a binary buffer to hexl format" |
| 499 | (interactive) | 500 | (interactive) |