Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/sawfish/files: 50sawfish-gentoo.el
Date: Mon, 10 Feb 2014 21:46:38
Message-Id: 20140210214635.0266E2004E@flycatcher.gentoo.org
1 ulm 14/02/10 21:46:34
2
3 Added: 50sawfish-gentoo.el
4 Log:
5 Install sawfish mode for Emacs, controlled by USE=emacs, bug 493114.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.1 x11-wm/sawfish/files/50sawfish-gentoo.el
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/files/50sawfish-gentoo.el?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/sawfish/files/50sawfish-gentoo.el?rev=1.1&content-type=text/plain
14
15 Index: 50sawfish-gentoo.el
16 ===================================================================
17 (add-to-list 'load-path "@SITELISP@")
18 (autoload 'sawfish-mode "sawfish" nil t)
19 (autoload 'sawfish-interaction "sawfish" nil t)
20 (autoload 'sawfish-console "sawfish" nil t)
21 (add-to-list 'auto-mode-alist '("\\.sawfishrc\\'" . sawfish-mode))
22 (add-to-list 'auto-mode-alist '("\\.jl\\'" . sawfish-mode))
23 (add-to-list 'auto-mode-alist '("\\.sawfish/rc\\'" . sawfish-mode))