From 585672c2b518b404ecff6d8fa206838b948a686b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 04:06:50 +0000 Subject: [PATCH] (ada-mode): Add autoload cookie. (auto-mode-alist): Don't alter it here. --- lisp/ada.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ada.el b/lisp/ada.el index 8ee750fc6c0..5e8458501cc 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 -- 2.39.5