From: Bruno Haible Date: Tue, 19 Feb 2002 14:37:52 +0000 (+0000) Subject: Allow (require 'po-mode). X-Git-Tag: v0.11.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6678995dc2bcdecfb3b19b91a2c1f1e682cd1293;p=thirdparty%2Fgettext.git Allow (require 'po-mode). --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 09f6f52c2..6449a0e4e 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-18 Karl Eichwalder + + * po-mode.el (po-mode): Provide it. + 2002-02-19 Bruno Haible * gettextize.in: Mark all error messages which lead to failure with diff --git a/misc/po-mode.el b/misc/po-mode.el index c932318d9..a1114ccfb 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -3352,4 +3352,6 @@ strings remain." (save-buffer) (kill-buffer (current-buffer))))))) +(provide 'po-mode) + ;;; po-mode.el ends here