summaryrefslogtreecommitdiff
path: root/lisp/rot13.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-04-12 07:49:31 +0000
committerRichard M. Stallman <rms@gnu.org>1993-04-12 07:49:31 +0000
commit8931b34ae29460fff0710b39b224e3b7c9ca7add (patch)
tree802294939f412a8aab126cb6c44d9dc3ee328047 /lisp/rot13.el
parent4e7afa864d1a35383219953d25b6fdc78f567324 (diff)
downloademacs-8931b34ae29460fff0710b39b224e3b7c9ca7add.tar.gz
(rot13-other-window): Add autoload.
Diffstat (limited to 'lisp/rot13.el')
-rw-r--r--lisp/rot13.el1
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)