Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/blogmax/files: 50blogmax-gentoo.el 50blogmax-gentoo-20110305.el
Date: Tue, 25 Mar 2014 20:37:58
Message-Id: 20140325203748.CFA0C2005C@flycatcher.gentoo.org
1 ulm 14/03/25 20:37:48
2
3 Modified: 50blogmax-gentoo.el
4 Removed: 50blogmax-gentoo-20110305.el
5 Log:
6 Remove old.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.2 app-emacs/blogmax/files/50blogmax-gentoo.el
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/blogmax/files/50blogmax-gentoo.el?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/blogmax/files/50blogmax-gentoo.el?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/blogmax/files/50blogmax-gentoo.el?r1=1.1&r2=1.2
16
17 Index: 50blogmax-gentoo.el
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/blogmax/files/50blogmax-gentoo.el,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- 50blogmax-gentoo.el 25 Jan 2005 22:05:12 -0000 1.1
24 +++ 50blogmax-gentoo.el 25 Mar 2014 20:37:48 -0000 1.2
25 @@ -1,5 +1,4 @@
26 -
27 -;;; blogmax site-lisp configuration
28 -
29 (add-to-list 'load-path "@SITELISP@")
30 -(require 'blogmax)
31 \ No newline at end of file
32 +(autoload 'weblog-mode "blogmax" "Weblog" t)
33 +(autoload 'weblog-set-buffer-mode "blogmax"
34 + "Set the mode to weblog-mode for text files in the *weblog-directory*" t)