]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove a pointless dialog box.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Jun 2007 22:51:40 +0000 (22:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:56 +0000 (12:14 +0200)
gettext-tools/misc/po-mode.el

index 7302c1fba18c79ce5bb1b9fdf908e2a7ca0d946a..4d3cd3c5280a3fbef742d1cfe3d3677e90549807 100644 (file)
@@ -2018,8 +2018,9 @@ The string is properly recommented before the replacement occurs."
 (defun po-edit-out-full ()
   "Get out of PO mode, leaving PO file buffer in fundamental mode."
   (interactive)
-  (if (and (po-check-all-pending-edits)
-           (yes-or-no-p (_"Should I let you edit the whole PO file? ")))
+  (if (po-check-all-pending-edits)
+      ;; Don't ask the user for confirmation, since he has explicitly asked
+      ;; for it.
       (progn
         (setq buffer-read-only po-read-only)
         (fundamental-mode)