aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1991-05-09 21:50:55 +0000
committerJim Blandy <[email protected]>1991-05-09 21:50:55 +0000
commitf9f9507e1d3202408b73b0c32a6e504502a70d5e (patch)
treef53ad33f6276bfcd7d883fc82c7a6f8795c80f6a /lisp/emulation
parent745bc783eb8bd84b07a7d512660947ec214e71eb (diff)
*** empty log message ***
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/edt.el1
-rw-r--r--lisp/emulation/mlconvert.el1
-rw-r--r--lisp/emulation/vi.el1
-rw-r--r--lisp/emulation/vip.el1
4 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 5a2611d946..be7c051e82 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -263,6 +263,7 @@ and mark-paragraph for other modes."
(t (mark-paragraph))))
;;; Key Bindings
+;;;###autoload
(defun edt-emulation-on ()
"Emulate DEC's EDT editor.
Note that many keys are rebound; including nearly all keypad keys.
diff --git a/lisp/emulation/mlconvert.el b/lisp/emulation/mlconvert.el
index faf88e5ab3..3f14afa505 100644
--- a/lisp/emulation/mlconvert.el
+++ b/lisp/emulation/mlconvert.el
@@ -17,6 +17,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;;###autoload
(defun convert-mocklisp-buffer ()
"Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run."
(interactive)
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el
index 324f0b5882..55259ed422 100644
--- a/lisp/emulation/vi.el
+++ b/lisp/emulation/vi.el
@@ -384,6 +384,7 @@ form that is ready to be 'apply'ed.")
(make-local-variable 'vi-mode-old-case-fold)
(run-hooks 'vi-mode-hook))
+;;;###autoload
(defun vi-mode ()
"Major mode that acts like the `vi' editor.
The purpose of this mode is to provide you the combined power of vi (namely,
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el
index da853aa9c3..0e3d700a81 100644
--- a/lisp/emulation/vip.el
+++ b/lisp/emulation/vip.el
@@ -214,6 +214,7 @@ function replaces the string by \"Vi: \" etc."
vip-emacs-mode-line-buffer-identification
(list (concat string " %17b")))))
+;;;###autoload
(defun vip-mode ()
"Turn on VIP emulation of VI."
(interactive)