]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove po-edit-msgstr-old.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Oct 2007 21:50:45 +0000 (21:50 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:18 +0000 (12:15 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/po-mode.el

index db4cf94949ace56aac2b759bee38b4e9be333936..d3044efef0180834909590e2a5b7449bf7727ca4 100644 (file)
@@ -1,5 +1,7 @@
 2007-10-15  Bruno Haible  <bruno@clisp.org>
 
+       * 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.
 
index 36b85fa591af14533f9021f5ecec11311132e564..1c9837861e1b937080c17628e2d684f8a590a908 100644 (file)
@@ -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:
 \f
@@ -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)