From: Richard M. Stallman Date: Sat, 24 Sep 1994 04:06:50 +0000 (+0000) Subject: (ada-mode): Add autoload cookie. X-Git-Tag: emacs-19.34~6798 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=585672c2b518b404ecff6d8fa206838b948a686b;p=emacs.git (ada-mode): Add autoload cookie. (auto-mode-alist): Don't alter it here. --- 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