X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=richtext.el;h=e136950883d4629cc122ed3f3251af0389389890;hb=refs%2Ftags%2Fchise-core-0_23;hp=07e2f64aadc015777d064d1871b9f296b04d3ac4;hpb=969bd1326a0c4caac561a36581540058722be398;p=elisp%2Fapel.git diff --git a/richtext.el b/richtext.el index 07e2f64..e136950 100644 --- a/richtext.el +++ b/richtext.el @@ -21,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: @@ -179,6 +179,7 @@ Return value is \(begin end name positive-p), or nil if none was found." ;;; @ end ;;; -(provide 'richtext) +(require 'product) +(product-provide (provide 'richtext) (require 'apel-ver)) ;;; richtext.el ends here