From: Bruno Haible Date: Mon, 15 Oct 2007 21:50:45 +0000 (+0000) Subject: Remove po-edit-msgstr-old. X-Git-Tag: v0.17~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22a8eabab7381a40c57627717efa0c352bf2dc3;p=thirdparty%2Fgettext.git Remove po-edit-msgstr-old. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index db4cf9494..d3044efef 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,5 +1,7 @@ 2007-10-15 Bruno Haible + * po-mode.el (po-edit-msgstr-old): Remove function. + * po-mode.el (po-edit-string): Renamed from po-edit-string-new. Remove old po-edit-string function. diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el index 36b85fa59..1c9837861 100644 --- a/gettext-tools/misc/po-mode.el +++ b/gettext-tools/misc/po-mode.el @@ -64,7 +64,6 @@ ;; Remove old po-get-msgstr, rename po-get-msgstr-new to po-get-msgstr-form. ;; Remove old po-set-msgstr, rename po-set-msgstr-new to po-set-msgstr-form. ;; Remove old po-subedit-exit-old. -;; Remove old po-edit-msgstr-old. ;;; Code: @@ -2408,17 +2407,6 @@ read `po-subedit-ediff' documentation." (po-edit-comment) (po-subedit-ediff)) -(defun po-edit-msgstr-old () - "Use another window to edit the current msgstr." - (interactive) - (po-find-span-of-entry) - (po-edit-string (if (and po-auto-edit-with-msgid - (eq po-entry-type 'untranslated)) - (po-get-msgid nil) - (po-get-msgstr nil)) - 'msgstr - t)) - (defun po-edit-msgstr () "Use another window to edit the current msgstr." (interactive)