From: Tom Tromey Date: Wed, 16 Jan 2013 18:08:34 +0000 (-0700) Subject: add an autoload to systemtap-mode.el X-Git-Tag: release-2.1~163 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f77fb3762c0111982102377d11486f280c07b700;p=systemtap.git 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 --- 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