From: Bruno Haible Date: Fri, 27 Jul 2001 15:00:51 +0000 (+0000) Subject: a usability improvement X-Git-Tag: v0.11~589 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=467a79de018637c94b21ed3c46cf1a00f6a44ee3;p=thirdparty%2Fgettext.git a usability improvement --- diff --git a/misc/ChangeLog b/misc/ChangeLog index a2a425fbc..a54090cdb 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2001-07-13 Karl Eichwalder + + * po-mode.el (po-fade-out-entry): Replace yes-or-no-p by y-or-n-p; + obsoleting an entry isn't fatal. + 2000-01-18 François Pinard * po-mode.el (po-ensure-source-references): Correctly imply the file diff --git a/misc/po-mode.el b/misc/po-mode.el index 68fff6635..6087f4ca3 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -1669,7 +1669,7 @@ or completely delete an obsolete entry, saving its msgstr on the kill ring." ((or (eq po-entry-type 'fuzzy) (eq po-entry-type 'untranslated)) - (if (yes-or-no-p (_"Should I really obsolete this entry? ")) + (if (y-or-n-p (_"Should I really obsolete this entry? ")) (progn (po-decrease-type-counter) (save-excursion