public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/inform-mode/files: 50inform-mode-gentoo.el
@ 2015-01-27 18:20 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2015-01-27 18:20 UTC (permalink / raw
  To: gentoo-commits

ulm         15/01/27 18:20:41

  Modified:             50inform-mode-gentoo.el
  Log:
  Update HOMEPAGE, bug 537928. Update ebuild to EAPI 5. Specify LICENSE more precisely.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.4                  app-emacs/inform-mode/files/50inform-mode-gentoo.el

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/files/50inform-mode-gentoo.el?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/files/50inform-mode-gentoo.el?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/inform-mode/files/50inform-mode-gentoo.el?r1=1.3&r2=1.4

Index: 50inform-mode-gentoo.el
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/files/50inform-mode-gentoo.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 50inform-mode-gentoo.el	14 Dec 2007 11:47:05 -0000	1.3
+++ 50inform-mode-gentoo.el	27 Jan 2015 18:20:41 -0000	1.4
@@ -1,6 +1,3 @@
-
-;;; inform-mode site-lisp configuration
-
 (add-to-list 'load-path "@SITELISP@")
 (autoload 'inform-mode "inform-mode" "Inform editing mode." t)
 (autoload 'inform-maybe-mode "inform-mode" "Inform/C header editing mode.")





^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/inform-mode/files: 50inform-mode-gentoo.el
@ 2007-12-14 11:47 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2007-12-14 11:47 UTC (permalink / raw
  To: gentoo-commits

ulm         07/12/14 11:47:05

  Modified:             50inform-mode-gentoo.el
  Log:
  Update HOMEPAGE. Use add-to-list for auto-mode-alist in site-init file.
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.3                  app-emacs/inform-mode/files/50inform-mode-gentoo.el

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

Index: 50inform-mode-gentoo.el
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/files/50inform-mode-gentoo.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 50inform-mode-gentoo.el	7 Mar 2007 10:00:30 -0000	1.2
+++ 50inform-mode-gentoo.el	14 Dec 2007 11:47:05 -0000	1.3
@@ -2,11 +2,7 @@
 ;;; inform-mode site-lisp configuration
 
 (add-to-list 'load-path "@SITELISP@")
-
 (autoload 'inform-mode "inform-mode" "Inform editing mode." t)
 (autoload 'inform-maybe-mode "inform-mode" "Inform/C header editing mode.")
-
-(setq auto-mode-alist
-      (append '(("\\.h\\'"   . inform-maybe-mode)
-                ("\\.inf\\'" . inform-mode))
-              auto-mode-alist))
+(add-to-list 'auto-mode-alist '("\\.h\\'"   . inform-maybe-mode))
+(add-to-list 'auto-mode-alist '("\\.inf\\'" . inform-mode))



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-28 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-27 18:20 [gentoo-commits] gentoo-x86 commit in app-emacs/inform-mode/files: 50inform-mode-gentoo.el Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-14 11:47 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