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
commitd58f8dcabd3f160d4c16cfafc207c8d3d16342a0 (patch)
treefddcba74dc1c3418262b2253c64f5e1798020c32 /lisp/rot13.el
parentd8300d6caed991dc75fefa555e7a911bd737f7bb (diff)
downloademacs-d58f8dcabd3f160d4c16cfafc207c8d3d16342a0.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)