From e16ee5fde6db97ecd70630c15196c4337726154a Mon Sep 17 00:00:00 2001 From: Stephen Leake Date: Thu, 27 Oct 2022 03:29:20 -0700 Subject: [PATCH] Fix auto-insert-alist ada-mode entry to match current ELPA ada-mode --- lisp/autoinsert.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: " -- 2.39.5