diff --git a/lisp/ada.el b/lisp/ada.el index 8ee750fc6c0a6aedd7a8f893aedb0c2bc31dec64..5e8458501cc3f59078d8471ed28c5bcd83721d02 100644 --- a/lisp/ada.el +++ b/lisp/ada.el @@ -29,8 +29,6 @@ ;;; Code: -(setq auto-mode-alist (cons (cons "\\.ada$" 'ada-mode) auto-mode-alist)) - (defvar ada-mode-syntax-table nil "Syntax table in use in Ada-mode buffers.") @@ -109,6 +107,7 @@ (defvar ada-indent 4 "*Value is the number of columns to indent in Ada-Mode.") +;;;###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