diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-02-09 00:11:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-02-09 00:11:53 +0000 |
commit | 02c80ac26a14d800ac7499c633d2dbe07872fecb (patch) | |
tree | 03afeb4d30277699821e858d3f73886214e12270 /lisp/ada.el | |
parent | 972579f9fe7d28cdbc79b421dcfbe437a0ffe0db (diff) | |
download | emacs-02c80ac26a14d800ac7499c633d2dbe07872fecb.tar.gz |
(ada-mode): Delete autoload.
Diffstat (limited to 'lisp/ada.el')
-rw-r--r-- | lisp/ada.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ada.el b/lisp/ada.el index 46f23ada71d..9eafaccd619 100644 --- a/lisp/ada.el +++ b/lisp/ada.el @@ -193,7 +193,6 @@ This does a lot more highlighting.") (defvar ada-comment-end-column) -;;;###autoload (defun ada-mode () "This is a mode intended to support program development in Ada. Most control constructs and declarations of Ada can be inserted in the buffer |