From: morioka Date: Wed, 25 Aug 1999 06:59:40 +0000 (+0000) Subject: (emacs-major-version): Delete DOC. X-Git-Tag: of-tm-8_5~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c18676f377a97cd6b0c6e25b6c58a38e375d055a;p=elisp%2Fapel.git (emacs-major-version): Delete DOC. (emacs-minor-version): Delete DOC. --- diff --git a/install.el b/install.el index 04bc553..772e7e5 100644 --- a/install.el +++ b/install.el @@ -31,17 +31,12 @@ ;;(require 'emu) (require 'path-util) ; default-load-path -(defvar emacs-major-version (string-to-int emacs-version) - "Major version number of this version of Emacs. -This variable first existed in version 19.23.") - +(defvar emacs-major-version (string-to-int emacs-version)) (defvar emacs-minor-version (string-to-int (substring emacs-version (string-match (format "%d\\." emacs-major-version) - emacs-version))) - "Minor version number of this version of Emacs. -This variable first existed in version 19.23.") + emacs-version)))) ;; verbatim copy of `defun-maybe' from poe.el, and ;; `make-directory-internal' and `make-directory' from poe-18.el