From c3311cd84f5dee719a80cc670c7f5ee176314df5 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 20 Dec 2000 10:01:46 +0000 Subject: [PATCH] Don't require `pym'. --- poe/product.el | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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 -- 1.7.10.4