diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | e8151d91bd02af2b60974c2a439450c81bd24974 (patch) | |
tree | 52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/=mim-mode.el | |
parent | 18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff) | |
download | emacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/=mim-mode.el')
-rw-r--r-- | lisp/=mim-mode.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/=mim-mode.el b/lisp/=mim-mode.el index 43e0c0118b4..b7aae0a6d19 100644 --- a/lisp/=mim-mode.el +++ b/lisp/=mim-mode.el @@ -19,8 +19,6 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -(provide 'mim-mode) - (autoload 'fast-syntax-check-mim "mim-syntax" "Checks Mim syntax quickly. Answers correct or incorrect, cannot point out the error context." @@ -839,3 +837,6 @@ You need type only enough of the name to be unambiguous." (defun next-char (direction) "Returns preceding-char if DIRECTION < 0, otherwise following-char." (if (>= direction 0) (following-char) (preceding-char))) + +(provide 'mim-mode) + |