fix po-mode-init.el (Kjartan Maraas #228143)

This commit is contained in:
Charles Coldwell 2007-02-23 19:44:48 +00:00
parent 7371b8295d
commit e79bd97150
2 changed files with 5 additions and 6 deletions

View File

@ -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 @@ fi
%dir %{_datadir}/emacs/%{version}
%changelog
* Fri Feb 23 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-7
- fix po-mode-init.el (Kjartan Maraas #228143)
* Tue Feb 13 2007 Chip Coldwell <coldwell@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@redhat.com> - 22.0.93-5
- remove Tetris to avoid trademark problems (Ville Skyttä #224627)

View File

@ -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)