diff options
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r-- | lisp/autoinsert.el | 2 |
1 files changed, 1 insertions, 1 deletions
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: " |