aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-04-12 07:49:31 +0000
committerRichard M. Stallman1993-04-12 07:49:31 +0000
commit8931b34ae29460fff0710b39b224e3b7c9ca7add (patch)
tree802294939f412a8aab126cb6c44d9dc3ee328047
parent4e7afa864d1a35383219953d25b6fdc78f567324 (diff)
downloademacs-8931b34ae29460fff0710b39b224e3b7c9ca7add.tar.gz
emacs-8931b34ae29460fff0710b39b224e3b7c9ca7add.zip
(rot13-other-window): Add autoload.
-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 @@
44 table) 44 table)
45 "Char table for rot 13 display.") 45 "Char table for rot 13 display.")
46 46
47;;;###autoload
47(defun rot13-other-window () 48(defun rot13-other-window ()
48 "Display current buffer in rot 13 in another window." 49 "Display current buffer in rot 13 in another window."
49 (interactive) 50 (interactive)