]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Allow (require 'po-mode).
authorBruno Haible <bruno@clisp.org>
Tue, 19 Feb 2002 14:37:52 +0000 (14:37 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:24:38 +0000 (01:24 +0200)
misc/ChangeLog
misc/po-mode.el

index 09f6f52c281cd4358c285346a6a9adc77cf8f89c..6449a0e4e85317f1d2e4840474c7955b1e2d7e6f 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-18  Karl Eichwalder  <ke@suse.de>
+
+       * po-mode.el (po-mode): Provide it.
+
 2002-02-19  Bruno Haible  <bruno@clisp.org>
 
        * gettextize.in: Mark all error messages which lead to failure with
index c932318d933a0060022625e211804fda03e816ba..a1114ccfb774bad9a856f2eef65c10b11e265b56 100644 (file)
@@ -3352,4 +3352,6 @@ strings remain."
              (save-buffer)
              (kill-buffer (current-buffer)))))))
 
+(provide 'po-mode)
+
 ;;; po-mode.el ends here