ulm 14/03/25 20:37:48 Modified: 50blogmax-gentoo.el Removed: 50blogmax-gentoo-20110305.el Log: Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.2 app-emacs/blogmax/files/50blogmax-gentoo.el file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/blogmax/files/50blogmax-gentoo.el?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/blogmax/files/50blogmax-gentoo.el?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/blogmax/files/50blogmax-gentoo.el?r1=1.1&r2=1.2 Index: 50blogmax-gentoo.el =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/blogmax/files/50blogmax-gentoo.el,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 50blogmax-gentoo.el 25 Jan 2005 22:05:12 -0000 1.1 +++ 50blogmax-gentoo.el 25 Mar 2014 20:37:48 -0000 1.2 @@ -1,5 +1,4 @@ - -;;; blogmax site-lisp configuration - (add-to-list 'load-path "@SITELISP@") -(require 'blogmax) \ No newline at end of file +(autoload 'weblog-mode "blogmax" "Weblog" t) +(autoload 'weblog-set-buffer-mode "blogmax" + "Set the mode to weblog-mode for text files in the *weblog-directory*" t)
