# HG changeset patch # User Richard M. Stallman # Date 780379610 0 # Node ID 504324bc274115e8a7ea396d1000ca884bc04009 # Parent 2e089bdec4491e8a583864772ccc2faf210d2401 (ada-mode): Add autoload cookie. (auto-mode-alist): Don't alter it here. diff -r 2e089bdec449 -r 504324bc2741 lisp/=ada.el --- a/lisp/=ada.el Sat Sep 24 04:05:44 1994 +0000 +++ b/lisp/=ada.el Sat Sep 24 04:06:50 1994 +0000 @@ -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