%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/share/emacs/27.2/lisp/
Upload File :
Create Path :
Current File : //usr/local/share/emacs/27.2/lisp/version.elc

;ELC
;;; Compiled
;;; in Emacs version 27.2
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


#@94 Major version number of this version of Emacs.
This variable first existed in version 19.23.
(defconst emacs-major-version (byte-code "\301\302\"\210\303\304\305\"!\207" [emacs-version string-match "^[0-9]+" string-to-number match-string 0] 4) (#$ . 408))
#@94 Minor version number of this version of Emacs.
This variable first existed in version 19.23.
(defconst emacs-minor-version (byte-code "\301\302\"\210\303\304\305\"!\207" [emacs-version string-match "^[0-9]+\\.\\([0-9]+\\)" string-to-number match-string 1] 4) (#$ . 672))
#@71 Name of the system on which Emacs was built, or nil if not available.
(defconst emacs-build-system (system-name) (#$ . 951))
#@62 Time at which Emacs was dumped out, or nil if not available.
(defconst emacs-build-time (byte-code "\205\301 \207" [emacs-build-system current-time] 1) (#$ . 1082))
#@204 The build number of this version of Emacs.
This is an integer that increments each time Emacs is built in a given
directory (without cleaning).  This is likely to only be relevant when
developing Emacs.
(defconst emacs-build-number 1 (#$ . 1257))
#@259 Return string describing the version of Emacs that is running.
If optional argument HERE is non-nil, insert string at point.
Don't use this function in programs to choose actions according
to the system configuration; look at `system-configuration' instead.
(defalias 'emacs-version #[(&optional here) "\306\307	\n\310\311!\203\312\313\314\"P\2028\310\315!\203 \316\fP\2028\310\317!\203*\320\2028\310\321!\2037\306\322
\"\2028\323\310\324!\203F\306\325#\"\202G\323\326\327!\203`\330>\203`\306\331\332\333!!\"\202a\323$\203z\334\335\336!\203q\323\202r\337\340P$\"\202{\323&%&\203\212%c\202\232\335\336!\203\230\341\342%\"\202\232%)\207" [emacs-version emacs-build-number system-configuration motif-version-string gtk-version-string ns-version-string format "GNU Emacs %s (build %s, %s%s%s%s)%s" featurep motif ", " substring 4 gtk ", GTK+ Version " x-toolkit ", X toolkit" ns ", NS %s" "" cairo ", cairo version %s" boundp x-toolkit-scroll-bars (xaw xaw3d) ", %s scroll bars" capitalize symbol-name format-time-string called-interactively-p interactive "\n" " of %Y-%m-%d" message "%s" cairo-version-string emacs-build-time version-string here] 12 (#$ . 1511) "P"])
(byte-code "\302\303\304\"\210\305\306\307\310#\210\311\310\211\2031	@\306N\203*\307N\204*\312\307\306N#\210	A\211\204*\313\306\307\314#\207" [prop --dolist-tail-- defalias version emacs-version defvaralias emacs-bzr-version emacs-repository-version nil (saved-value saved-variable-comment) put make-obsolete-variable "24.4"] 6)
#@179 String giving the repository revision from which this Emacs was built.
Value is nil if Emacs was not built from a repository checkout,
or if we could not determine the revision.
(defvar emacs-repository-version nil (#$ . 3062))
(byte-code "\300\301\302\303#\210\304\301\302\305#\207" [defalias emacs-bzr-get-version emacs-repository-get-version nil make-obsolete "24.4"] 4)
#@63 Ask git itself for the version information for directory DIR.
(defalias 'emacs-repository-version-git #[(dir) "\304\305!\210\306\307!rq\210\310\216\311	!\3121#\313\314\315\316\315\317\320&0\202+\304\321\"\210)\315\322=\205<eb\210\323\324!\205<\325\322!,\207" [#1=#:temp-buffer dir default-directory #2=#:err message "Waiting for git..." generate-new-buffer " *temp*" #[nil "\301!\205	\302!\207" [#1# buffer-name kill-buffer] 2] file-name-as-directory (debug error) call-process "git" nil (t nil) "rev-parse" "HEAD" "Error running git rev-parse: %S" 0 looking-at "[[:xdigit:]]\\{40\\}" match-string] 7 (#$ . 3442)])
#@474 Try to return as a string the repository revision of the Emacs sources.
The format of the returned string is dependent on the VCS in use.
Value is nil if the sources do not seem to be under version
control, or if we could not determine the revision.  Note that
this reports on the current state of the sources, which may not
correspond to the running Emacs.

Optional argument DIR is a directory to use instead of `source-directory'.
Optional argument EXTERNAL is ignored.
(defalias 'emacs-repository-get-version #[(&optional dir external) "\302\206	!\207" [dir source-directory emacs-repository-version-git] 2 (#$ . 4077)])
#@175 String giving the repository branch from which this Emacs was built.
Value is nil if Emacs was not built from a repository checkout,
or if we could not determine the branch.
(defvar emacs-repository-branch nil (#$ . 4712))
#@62 Ask git itself for the branch information for directory DIR.
(defalias 'emacs-repository-branch-git #[(dir) "\304\305!\210\306\307!rq\210\310\216\311	!\3121$\313\314\315\316\315\317\320\321&0\202,\304\322\"\210)\315\323U\205:eb\205:`\324 {,\207" [#1=#:temp-buffer dir default-directory #2=#:err message "Waiting for git..." generate-new-buffer " *temp*" #[nil "\301!\205	\302!\207" [#1# buffer-name kill-buffer] 2] file-name-as-directory (debug error) call-process "git" nil (t nil) "rev-parse" "--abbrev-ref" "HEAD" "Error running git rev-parse --abbrev-ref: %S" 0 line-end-position] 8 (#$ . 4941)])
#@431 Try to return as a string the repository branch of the Emacs sources.
The format of the returned string is dependent on the VCS in use.
Value is nil if the sources do not seem to be under version
control, or if we could not determine the branch.  Note that
this reports on the current state of the sources, which may not
correspond to the running Emacs.

Optional argument DIR is a directory to use instead of `source-directory'.
(defalias 'emacs-repository-get-branch #[(&optional dir) "\302\206	!\207" [dir source-directory emacs-repository-branch-git] 2 (#$ . 5562)])

Zerion Mini Shell 1.0