diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-04-12 07:49:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-04-12 07:49:31 +0000 |
commit | 8931b34ae29460fff0710b39b224e3b7c9ca7add (patch) | |
tree | 802294939f412a8aab126cb6c44d9dc3ee328047 /lisp/rot13.el | |
parent | 4e7afa864d1a35383219953d25b6fdc78f567324 (diff) | |
download | emacs-8931b34ae29460fff0710b39b224e3b7c9ca7add.tar.gz |
(rot13-other-window): Add autoload.
Diffstat (limited to 'lisp/rot13.el')
-rw-r--r-- | lisp/rot13.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/rot13.el b/lisp/rot13.el index 75af4d1026d..7c068bc1d81 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el @@ -44,6 +44,7 @@ table) "Char table for rot 13 display.") +;;;###autoload (defun rot13-other-window () "Display current buffer in rot 13 in another window." (interactive) |