From f77fb3762c0111982102377d11486f280c07b700 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 16 Jan 2013 11:08:34 -0700 Subject: [PATCH] add an autoload to systemtap-mode.el This adds another autoload to systemtap-mode.el, to bring it roughly (the regexps differ unimportantly) into sync with systemtap-init.el. Note that if you are a package.el user, you can install systemtap-mode.el directly and you don't need systemtap-init.el at all. Tom --- emacs/systemtap-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/systemtap-mode.el b/emacs/systemtap-mode.el index 759b567e4..cdcd6558a 100644 --- a/emacs/systemtap-mode.el +++ b/emacs/systemtap-mode.el @@ -150,6 +150,9 @@ ;;;###autoload (add-to-list 'auto-mode-alist '("\\.stp\\'" . systemtap-mode)) +;;;###autoload +(add-to-list 'auto-mode-alist '("\\.stpm\\'" . systemtap-mode)) + (require 'simple) ;;;###autoload -- 2.43.5