public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/magicpoint/files: 50magicpoint-gentoo.el 50mgp-mode-gentoo.el
@ 2009-03-28 10:17 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-03-28 10:17 UTC (permalink / raw
  To: gentoo-commits

ulm         09/03/28 10:17:13

  Modified:             50magicpoint-gentoo.el
  Removed:              50mgp-mode-gentoo.el
  Log:
  Use add-to-list in Emacs site-init file. Remove unused file.
  (Portage version: 2.2_rc27/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-office/magicpoint/files/50magicpoint-gentoo.el

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/files/50magicpoint-gentoo.el?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/files/50magicpoint-gentoo.el?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/magicpoint/files/50magicpoint-gentoo.el?r1=1.1&r2=1.2

Index: 50magicpoint-gentoo.el
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/magicpoint/files/50magicpoint-gentoo.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 50magicpoint-gentoo.el	24 Sep 2007 09:58:29 -0000	1.1
+++ 50magicpoint-gentoo.el	28 Mar 2009 10:17:13 -0000	1.2
@@ -1,5 +1,6 @@
+
 ;;; magicpoint site-lisp configuration
 
 (add-to-list 'load-path "@SITELISP@")
 (autoload 'mgp-mode "mgp-mode" "MagicPoint editor mode" t)
-(setq auto-mode-alist (cons '("\\.mgp$" . mgp-mode) auto-mode-alist))
+(add-to-list 'auto-mode-alist '("\\.mgp\\'" . mgp-mode))






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-28 10:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-28 10:17 [gentoo-commits] gentoo-x86 commit in app-office/magicpoint/files: 50magicpoint-gentoo.el 50mgp-mode-gentoo.el Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox