From: Stephen Leake Date: Thu, 27 Oct 2022 10:29:20 +0000 (-0700) Subject: Fix auto-insert-alist ada-mode entry to match current ELPA ada-mode X-Git-Tag: emacs-29.0.90~1616^2~444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e16ee5fde6db97ecd70630c15196c4337726154a;p=emacs.git Fix auto-insert-alist ada-mode entry to match current ELPA ada-mode --- diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 51d939151ce..354b28da5a4 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -135,7 +135,7 @@ If this contains a %s, that will be replaced by the matching rule." (if (eq major-mode (default-value 'major-mode)) (sh-mode)))) - (ada-mode . ada-header) + (ada-mode . ada-skel-initial-string) (("\\.[1-9]\\'" . "Man page skeleton") "Short description: "