diff options
| author | Richard M. Stallman | 1993-04-12 07:49:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-04-12 07:49:31 +0000 |
| commit | 8931b34ae29460fff0710b39b224e3b7c9ca7add (patch) | |
| tree | 802294939f412a8aab126cb6c44d9dc3ee328047 | |
| parent | 4e7afa864d1a35383219953d25b6fdc78f567324 (diff) | |
| download | emacs-8931b34ae29460fff0710b39b224e3b7c9ca7add.tar.gz emacs-8931b34ae29460fff0710b39b224e3b7c9ca7add.zip | |
(rot13-other-window): Add autoload.
| -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 @@ | |||
| 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) |