]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't lose unsaved buffers.
authorBruno Haible <bruno@clisp.org>
Sun, 25 May 2008 11:18:51 +0000 (11:18 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:43 +0000 (12:15 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/po-mode.el

index 4d550c3a83a99df9408983f40f0f9804805d0c00..95e44ae5f769ff80322f666a901517c52c91ae64 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-25  Bruno Haible  <bruno@clisp.org>
+
+       * po-mode.el (po-replace-revision-date): Return nil.
+       Patch by Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp>.
+
 2008-05-07  Bruno Haible  <bruno@clisp.org>
 
        * po-mode.el (po-team-name-to-code): Add Beja. Remove Adangme, Banda,
index 5d5e0da27d36bb9d3f6a562094a1fb4fb10180c0..c7f983b0e3b7264cd9e9e0880cd14b6e1f183ec6 100644 (file)
@@ -1391,7 +1391,9 @@ Position %d/%d; %d translated, %d fuzzy, %d untranslated, %d obsolete")
                                zone "\\n\"")
                        t t))))
         (message ""))
-    (message (_"PO-Revision-Date should be adjusted..."))))
+    (message (_"PO-Revision-Date should be adjusted...")))
+  ;; Return nil to indicate that the buffer has not yet been saved.
+  nil)
 \f
 ;;; Handling span of entry, entry type and entry attributes.