From e79bd97150160cea3dd23c47ed8755501ddcfa07 Mon Sep 17 00:00:00 2001 From: Charles Coldwell Date: Fri, 23 Feb 2007 19:44:48 +0000 Subject: [PATCH] fix po-mode-init.el (Kjartan Maraas #228143) --- emacs.spec | 7 +++++-- po-mode-init.el | 4 ---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/emacs.spec b/emacs.spec index 05a81d9..2c729a7 100644 --- a/emacs.spec +++ b/emacs.spec @@ -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 - 22.0.93-7 +- fix po-mode-init.el (Kjartan Maraas #228143) + * Tue Feb 13 2007 Chip Coldwell - 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 - 22.0.93-5 - remove Tetris to avoid trademark problems (Ville Skyttä #224627) diff --git a/po-mode-init.el b/po-mode-init.el index 73e38dc..06acf7f 100644 --- a/po-mode-init.el +++ b/po-mode-init.el @@ -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)