rpms/emacs/devel emacs.spec,1.87,1.88 po-mode-init.el,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 23 19:44:50 UTC 2007


Author: coldwell

Update of /cvs/dist/rpms/emacs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31587

Modified Files:
	emacs.spec po-mode-init.el 
Log Message:
fix po-mode-init.el (Kjartan Maraas #228143)


Index: emacs.spec
===================================================================
RCS file: /cvs/dist/rpms/emacs/devel/emacs.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- emacs.spec	13 Feb 2007 13:32:11 -0000	1.87
+++ emacs.spec	23 Feb 2007 19:44:48 -0000	1.88
@@ -3,7 +3,7 @@
 Summary: GNU Emacs text editor
 Name: emacs
 Version: 22.0.93
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -285,8 +285,11 @@
 %dir %{_datadir}/emacs/%{version}
 
 %changelog
+* Fri Feb 23 2007 Chip Coldwell <coldwell at redhat.com> - 22.0.93-7
+- fix po-mode-init.el (Kjartan Maraas #228143)
+
 * Tue Feb 13 2007 Chip Coldwell <coldwell at redhat.com> - 22.0.93-6
-- remove --without-xim configure flag to fix dead keys (Ville Skyttä #224626)
+- remove --without-xim configure flag to fix dead keys (Alexandre Oliva #224626)
 
 * Fri Jan 26 2007 Chip Coldwell <coldwell at redhat.com> - 22.0.93-5
 - remove Tetris to avoid trademark problems (Ville Skyttä #224627)


Index: po-mode-init.el
===================================================================
RCS file: /cvs/dist/rpms/emacs/devel/po-mode-init.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- po-mode-init.el	9 Sep 2004 04:35:28 -0000	1.2
+++ po-mode-init.el	23 Feb 2007 19:44:48 -0000	1.3
@@ -3,7 +3,3 @@
 (autoload 'po-mode "po-mode"
   "Major mode for translators to edit PO files" t)
 (add-to-list 'auto-mode-alist '("\\.po\\'\\|\\.po\\." . po-mode))
-
-(autoload 'po-find-file-coding-system "po-compat")
-(modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\."
-			    'po-find-file-coding-system)




More information about the fedora-cvs-commits mailing list