From: tomo Date: Wed, 20 Dec 2000 10:01:46 +0000 (+0000) Subject: Don't require `pym'. X-Git-Tag: semi21-1_14_0-1~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c3311cd84f5dee719a80cc670c7f5ee176314df5;p=elisp%2Flemi.git Don't require `pym'. --- diff --git a/poe/product.el b/poe/product.el index 6b7d389..c9aeaab 100644 --- a/poe/product.el +++ b/poe/product.el @@ -376,18 +376,18 @@ VERSTR is a string." ;;; @ Define emacs versions. ;;; -(require 'pym) - -(defconst-maybe emacs-major-version - (progn (string-match "^[0-9]+" emacs-version) - (string-to-int (substring emacs-version - (match-beginning 0)(match-end 0)))) - "Major version number of this version of Emacs.") -(defconst-maybe emacs-minor-version - (progn (string-match "^[0-9]+\\.\\([0-9]+\\)" emacs-version) - (string-to-int (substring emacs-version - (match-beginning 1)(match-end 1)))) - "Minor version number of this version of Emacs.") +;; (require 'pym) + +;; (defconst-maybe emacs-major-version +;; (progn (string-match "^[0-9]+" emacs-version) +;; (string-to-int (substring emacs-version +;; (match-beginning 0)(match-end 0)))) +;; "Major version number of this version of Emacs.") +;; (defconst-maybe emacs-minor-version +;; (progn (string-match "^[0-9]+\\.\\([0-9]+\\)" emacs-version) +;; (string-to-int (substring emacs-version +;; (match-beginning 1)(match-end 1)))) +;; "Minor version number of this version of Emacs.") ;;(or (product-find "emacs") ;; (progn