ulm 14/11/15 10:05:22 Modified: 50multiple-cursors-gentoo.el Log: Supress load message in site-init file. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.2 app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el?r1=1.1&r2=1.2 Index: 50multiple-cursors-gentoo.el =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 50multiple-cursors-gentoo.el 12 Nov 2014 21:17:19 -0000 1.1 +++ 50multiple-cursors-gentoo.el 15 Nov 2014 10:05:22 -0000 1.2 @@ -1,2 +1,2 @@ (add-to-list 'load-path "@SITELISP@") -(load "multiple-cursors-autoloads") +(load "multiple-cursors-autoloads" nil t)
