Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 389193
Collapse All | Expand All

(-)50xslide-gentoo.el.orig (-2 / +2 lines)
Lines 9-14 Link Here
9
(setq auto-mode-alist
9
(setq auto-mode-alist
10
      (append
10
      (append
11
       (list
11
       (list
12
	'("\\.fo$" . xsl-mode)
12
	'("\\.fo\\'" . xsl-mode)
13
	'("\\.xsl" . xsl-mode))
13
	'("\\.xsl\\'" . xsl-mode))
14
       auto-mode-alist))
14
       auto-mode-alist))

Return to bug 389193