fix po-mode-init.el (Kjartan Maraas #228143)
This commit is contained in:
parent
e196f1471e
commit
9f967767f6
@ -3,7 +3,7 @@
|
|||||||
Summary: GNU Emacs text editor
|
Summary: GNU Emacs text editor
|
||||||
Name: emacs
|
Name: emacs
|
||||||
Version: 22.0.93
|
Version: 22.0.93
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
@ -285,8 +285,11 @@ fi
|
|||||||
%dir %{_datadir}/emacs/%{version}
|
%dir %{_datadir}/emacs/%{version}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
* Fri Jan 26 2007 Chip Coldwell <coldwell@redhat.com> - 22.0.93-5
|
||||||
- remove Tetris to avoid trademark problems (Ville Skyttä #224627)
|
- remove Tetris to avoid trademark problems (Ville Skyttä #224627)
|
||||||
|
@ -3,7 +3,3 @@
|
|||||||
(autoload 'po-mode "po-mode"
|
(autoload 'po-mode "po-mode"
|
||||||
"Major mode for translators to edit PO files" t)
|
"Major mode for translators to edit PO files" t)
|
||||||
(add-to-list 'auto-mode-alist '("\\.po\\'\\|\\.po\\." . po-mode))
|
(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)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user