]> sourceware.org Git - systemtap.git/commitdiff
add an autoload to systemtap-mode.el
authorTom Tromey <tromey at redhat dot com>
Wed, 16 Jan 2013 18:08:34 +0000 (11:08 -0700)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 16 Jan 2013 18:49:08 +0000 (13:49 -0500)
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

index 759b567e42c82f085e0a8de649d0a505481356af..cdcd6558a14976642225d73316cada3ed74a7ccd 100644 (file)
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.stp\\'" . systemtap-mode))
 
+;;;###autoload
+(add-to-list 'auto-mode-alist '("\\.stpm\\'" . systemtap-mode))
+
 (require 'simple)
 
 ;;;###autoload
This page took 0.028241 seconds and 5 git commands to generate.