%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/autorevert.elc
;ELC
;;; Compiled
;;; in Emacs version 25.2.1
;;; 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.

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


(byte-code "\300\301!\210\300\302!\210\303\304\305\306\307\310\307\311&\207" [require timer filenotify custom-declare-group auto-revert nil "Revert individual buffers when files on disk change.\nAuto-Revert mode enables auto-revert in individual buffers.\nGlobal Auto-Revert mode does so in all buffers." :group files convenience] 8)
#@120 Non-nil when Auto-Revert Mode is active.
Never set this variable directly, use the command `auto-revert-mode' instead.
(defvar auto-revert-mode nil (#$ . 746))
(put 'auto-revert-mode 'permanent-local t)
#@130 Non-nil when Auto-Revert Tail Mode is active.
Never set this variable directly, use the command
`auto-revert-tail-mode' instead.
(defvar auto-revert-tail-mode nil (#$ . 956))
(put 'auto-revert-tail-mode 'permanent-local t)
#@33 Timer used by Auto-Revert Mode.
(defvar auto-revert-timer nil (#$ . 1185))
(byte-code "\300\301\302\303\304DD\305\306\307\310\311\312\313&	\210\300\314\302\303\315DD\316\306\307\310\317&\210\300\320\302\303\321DD\322\306\307\310\317&\210\300\323\302\303\324DD\325\326\327\306\307\310\330&	\210\300\331\302\303\332DD\333\306\307\310\330\334\335&	\210\300\336\302\303\337DD\340\326\341\306\307\310\342&	\210\300\343\302\303\344DD\345\306\307\310\330&\210\300\346\302\303\347DD\350\306\307\310\342&\210\300\351\302\303\352DD\353\306\307\310\317\354\355&	\210\300\356\302\303\357DD\360\306\307\310\361&\210\300\362\302\303\363DD\364\326\365\306\307\310\342&	\210\300\366\302\303\367DD\370\306\307\310\317\334\335&	\207" [custom-declare-variable auto-revert-interval funcall function #[0 "\300\207" [5] 1] "Time, in seconds, between Auto-Revert Mode file checks.\nThe value may be an integer or floating point number.\n\nIf a timer is already active, there are two ways to make sure\nthat the new value will take effect immediately.  You can set\nthis variable through Custom or you can call the command\n`auto-revert-set-timer' after setting the variable.  Otherwise,\nthe new value will take effect the first time Auto Revert Mode\ncalls `auto-revert-set-timer' for internal reasons or in your\nnext editing session." :group auto-revert :type number :set #[514 "\301\"\210\302\300!\205\205\303 \207" [auto-revert-timer set-default boundp auto-revert-set-timer] 5 "\n\n(fn VARIABLE VALUE)"] auto-revert-stop-on-user-input #[0 "\300\207" [t] 1] "When non-nil, user input temporarily interrupts Auto-Revert Mode.\nWith this setting, Auto-Revert Mode checks for user input after\nhandling each buffer and does not process any further buffers\n(until the next run of the timer) if user input is available.\nWhen nil, Auto-Revert Mode checks files and reverts buffers,\nwith quitting disabled, without paying attention to user input.\nThus, with this setting, Emacs might be non-responsive at times." boolean auto-revert-verbose #[0 "\300\207" [t] 1] "When nil, Auto-Revert Mode does not generate any messages.\nWhen non-nil, a message is generated whenever a buffer is reverted." auto-revert-mode-text #[0 "\300\207" [#1=" ARev"] 1 #1#] "String to display in the mode line when Auto-Revert Mode is active.\n\n(When the string is not empty, make sure that it has a leading space.)" :tag "Auto Revert Mode Text" string auto-revert-tail-mode-text #[0 "\300\207" [#2=" Tail"] 1 #2#] "String to display in the mode line when Auto-Revert Tail Mode is active.\n\n(When the string is not empty, make sure that it has a leading space.)" :version "22.1" auto-revert-mode-hook #[0 "\300\207" [nil] 1] "Functions to run when Auto-Revert Mode is activated." "Auto Revert Mode Hook" hook global-auto-revert-mode-text #[0 "\300\207" [#3=""] 1 #3#] "String to display when Global Auto-Revert Mode is active.\n\nThe default is nothing since when this mode is active this text doesn't\nvary over time, or between buffers.  Hence mode line text\nwould only waste precious space." global-auto-revert-mode-hook #[0 "\300\207" [nil] 1] "Hook called when Global Auto-Revert Mode is activated." global-auto-revert-non-file-buffers #[0 "\300\207" [nil] 1] "When nil, Global Auto-Revert mode operates only on file-visiting buffers.\n\nWhen non-nil, both file buffers and buffers with a custom\n`revert-buffer-function' and a `buffer-stale-function' are\nreverted by Global Auto-Revert mode.  These include the Buffer\nList buffer displayed by `buffer-menu', and Dired buffers showing\ncomplete local directories.  The Buffer List buffer reverts every\n`auto-revert-interval' seconds; Dired buffers when the file list of\nthe main directory changes.  Dired buffers do not auto-revert as\na result of changes in subdirectories, or in the contents, size,\nmodes, etc., of files.  You may still sometimes want to revert\nthem manually.\n\nUse this option with care since it could lead to excessive auto-reverts.\nFor more information, see Info node `(emacs)Autorevert'." :link (info-link "(emacs)Autorevert") global-auto-revert-ignore-modes #[0 "\300\207" [nil] 1] "List of major modes Global Auto-Revert Mode should not check." (repeat sexp) auto-revert-load-hook #[0 "\300\207" [nil] 1] "Functions to run when Auto-Revert Mode is first loaded." "Load Hook" auto-revert-check-vc-info #[0 "\300\207" [nil] 1] "If non-nil Auto Revert Mode reliably updates version control info.\nAuto Revert Mode updates version control info whenever the buffer\nneeds reverting, regardless of the value of this variable.\nHowever, the version control state can change without changes to\nthe work file.  If the change is made from the current Emacs\nsession, all info is updated.  But if, for instance, a new\nversion is checked in from outside the current Emacs session, the\nversion control number in the mode line, as well as other version\ncontrol related information, may not be properly updated.  If you\nare worried about this, set this variable to a non-nil value.\n\nThis currently works by automatically updating the version\ncontrol info every `auto-revert-interval' seconds.  Nevertheless,\nit should not cause excessive CPU usage on a reasonably fast\nmachine, if it does not apply to too many version controlled\nbuffers.  CPU usage depends on the version control system."] 10)
#@128 When non-nil, Global Auto-Revert Mode will not revert this buffer.
This variable becomes buffer local when set in any fashion.
(defvar global-auto-revert-ignore-buffer nil (#$ . 6541))
(byte-code "\300\301!\210\302\303\304\305\306DD\307\310\311\312\313\314\315&	\210\302\316\304\305\317DD\320\310\311\312\313\321\322\323\324\314\315&
\210\302\325\304\305\326DD\327\310\311\312\330\314\315&	\207" [make-variable-buffer-local global-auto-revert-ignore-buffer custom-declare-variable auto-revert-remote-files funcall function #[0 "\300\207" [nil] 1] "If non-nil remote files are also reverted." :group auto-revert :type boolean :version "24.4" auto-revert-use-notify #[0 "\300\207" [t] 1] "If non-nil Auto Revert Mode uses file notification functions.\nYou should set this variable through Custom." :set #[514 "\300\"\210J?\205)\301 \211\205'\211@r\211q\210\302J\203\303 \210)A\266\202\202
\262\207" [set-default buffer-list auto-revert-notify-watch-descriptor auto-revert-notify-rm-watch] 5 "\n\n(fn VARIABLE VALUE)"] :initialize custom-initialize-default auto-revert-notify-exclude-dir-regexp #[0 "\301\302?\205\303Q\207" [auto-revert-remote-files "^" "\\(?:/\\(?:afs/\\|m\\(?:edia/\\|nt\\)\\|\\(?:ne\\|tmp_mn\\)t/\\)\\)" "\\|^/[^/|:][^/|]+:"] 3] "Regular expression of directories to be excluded from file notifications." regexp] 14)
#@224 List of buffers in Auto-Revert Mode.

Note that only Auto-Revert Mode, never Global Auto-Revert Mode, adds
buffers to this list.

The timer function `auto-revert-buffers' is responsible for purging
the list of old buffers.
(defvar auto-revert-buffer-list nil (#$ . 7895))
#@56 Buffers not checked when user input stopped execution.
(defvar auto-revert-remaining-buffers nil (#$ . 8173))
#@37 Position of last known end of file.
(defvar auto-revert-tail-pos 0 (#$ . 8289))
(add-hook 'find-file-hook #[0 "\302\301!\210\303\304!8\211\207" [buffer-file-name auto-revert-tail-pos make-local-variable 7 file-attributes] 3])
#@199 A hash table collecting all file watch descriptors.
Hash key is a watch descriptor, hash value is a list of buffers
which are related to files being watched and carrying the same
default directory.
(defvar auto-revert-notify-watch-descriptor-hash-list (make-hash-table :test 'equal) (#$ . 8524))
#@58 The file watch descriptor active for the current buffer.
(defvar auto-revert-notify-watch-descriptor nil (#$ . 8826))
(byte-code "\300\301!\210\302\301\303\304#\207" [make-variable-buffer-local auto-revert-notify-watch-descriptor put permanent-local t] 4)
#@110 Non-nil when file has been modified on the file system.
This has been reported by a file notification event.
(defvar auto-revert-notify-modified-p nil (#$ . 9089))
(make-variable-buffer-local 'auto-revert-notify-modified-p)
#@101 Non-nil if Auto-Revert mode is enabled.
Use the command `auto-revert-mode' to change this variable.
(defvar auto-revert-mode nil (#$ . 9320))
(make-variable-buffer-local 'auto-revert-mode)
#@708 Toggle reverting buffer when the file changes (Auto Revert mode).
With a prefix argument ARG, enable Auto Revert mode if ARG is
positive, and disable it otherwise.  If called from Lisp, enable
the mode if ARG is omitted or nil.

Auto Revert mode is a minor mode that affects only the current
buffer.  When enabled, it reverts the buffer when the file on
disk changes.

When a buffer is reverted, a message is generated.  This can be
suppressed by setting `auto-revert-verbose' to nil.

Use `global-auto-revert-mode' to automatically revert all buffers.
Use `auto-revert-tail-mode' if you know that the file will only grow
without being changed in the part that is already in the buffer.

(fn &optional ARG)
(defalias 'auto-revert-mode #[256 "\304 \305=\203
?\202\306!\307V\211\203$p	>\2040p	B\2020\n\203+\310 \210\311p	\"\312 \210\203<\313 \210\314\315\316\203F\317\202G\320\"\210\321\322!\203k\304 \203[\211\304 \232\203k\323\324\325\203f\326\202g\327#\266\210\330 \210\207" [auto-revert-mode auto-revert-buffer-list auto-revert-use-notify auto-revert-tail-mode current-message toggle prefix-numeric-value 0 auto-revert-notify-rm-watch delq auto-revert-set-timer auto-revert-buffers nil run-hooks auto-revert-mode-hook auto-revert-mode-on-hook auto-revert-mode-off-hook called-interactively-p any " in current buffer" message "Auto-Revert mode %sabled%s" "en" "dis" force-mode-line-update] 8 (#$ . 9516) (byte-code "\206\301C\207" [current-prefix-arg toggle] 1)])
#@181 Hook run after entering or leaving `auto-revert-mode'.
No problems result if this variable is not bound.
`add-hook' automatically binds it.  (This is true for all hook variables.)
(defvar auto-revert-mode-hook nil (#$ . 11019))
(byte-code "\301\302\303\304\300!\205\n\305\211%\207" [auto-revert-mode-map add-minor-mode auto-revert-mode auto-revert-mode-text boundp nil] 6)
#@146 Turn on Auto-Revert Mode.

This function is designed to be added to hooks, for example:
  (add-hook \='c-mode-hook #\='turn-on-auto-revert-mode)
(defalias 'turn-on-auto-revert-mode #[0 "\300\301!\207" [auto-revert-mode 1] 2 (#$ . 11401)])
#@111 Non-nil if Auto-Revert-Tail mode is enabled.
Use the command `auto-revert-tail-mode' to change this variable.
(defvar auto-revert-tail-mode nil (#$ . 11647))
(make-variable-buffer-local 'auto-revert-tail-mode)
#@869 Toggle reverting tail of buffer when the file grows.
With a prefix argument ARG, enable Auto-Revert Tail mode if ARG
is positive, and disable it otherwise.  If called from Lisp,
enable the mode if ARG is omitted or nil.

When Auto Revert Tail mode is enabled, the tail of the file is
constantly followed, as with the shell command `tail -f'.  This
means that whenever the file grows on disk (presumably because
some background process is appending to it from time to time),
this is reflected in the current buffer.

You can edit the buffer and turn this mode off and on again as
you please.  But make sure the background process has stopped
writing before you save the file!

When a buffer is reverted, a message is generated.  This can be
suppressed by setting `auto-revert-verbose' to nil.

Use `auto-revert-mode' for changes other than appends!

(fn &optional ARG)
(defalias 'auto-revert-tail-mode #[256 "\304 \305=\203
?\202\306!\307V\211\203t	\204#\300\307!\210\310\311!\210\312 \203;\n\307U\203;\313\314!\204;\300\307!\210\202t\n\307U\203P\315p!\204P\313\316!\203P\317 \210\320\321\322\323\324$\210\325\302!\204g\326\302!\210\327\330	!8\204r\324\303\331!\210)\323\332\333\203~\334\202\335\"\210\336\337!\203\243\304 \203\223\211\304 \232\203\243\340\341\342\203\236\343\202\237\344#\266\210\345 \210\207" [auto-revert-tail-mode buffer-file-name auto-revert-tail-pos auto-revert-mode current-message toggle prefix-numeric-value 0 error "This buffer is not visiting a file" buffer-modified-p y-or-n-p "Buffer is modified, so tail offset may be wrong.  Proceed? " verify-visited-file-modtime "File changed on disk, content may be missing.  Perform a full revert? " auto-revert-buffers add-hook before-save-hook #[0 "\300\301!\207" [auto-revert-tail-mode 0] 2] nil t local-variable-p make-local-variable 7 file-attributes 1 run-hooks auto-revert-tail-mode-hook auto-revert-tail-mode-on-hook auto-revert-tail-mode-off-hook called-interactively-p any " in current buffer" message "Auto-Revert-Tail mode %sabled%s" "en" "dis" force-mode-line-update] 8 (#$ . 11864) (byte-code "\206\301C\207" [current-prefix-arg toggle] 1)])
#@186 Hook run after entering or leaving `auto-revert-tail-mode'.
No problems result if this variable is not bound.
`add-hook' automatically binds it.  (This is true for all hook variables.)
(defvar auto-revert-tail-mode-hook nil (#$ . 14033))
(byte-code "\301\302\303\304\300!\205\n\305\211%\207" [auto-revert-tail-mode-map add-minor-mode auto-revert-tail-mode auto-revert-tail-mode-text boundp nil] 6)
#@165 Turn on Auto-Revert Tail mode.

This function is designed to be added to hooks, for example:
  (add-hook \='my-logfile-mode-hook #\='turn-on-auto-revert-tail-mode)
(defalias 'turn-on-auto-revert-tail-mode #[0 "\300\301!\207" [auto-revert-tail-mode 1] 2 (#$ . 14440)])
(byte-code "\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\207" [custom-declare-variable global-auto-revert-mode funcall function #[0 "\300\207" [nil] 1] "Non-nil if Global Auto-Revert mode is enabled.\nSee the `global-auto-revert-mode' command\nfor a description of this minor mode.\nSetting this variable directly does not take effect;\neither customize it (see the info node `Easy Customization')\nor call the function `global-auto-revert-mode'." :set custom-set-minor-mode :initialize custom-initialize-default :group auto-revert :type boolean] 12)
#@968 Toggle Global Auto Revert mode.
With a prefix argument ARG, enable Global Auto Revert mode if ARG
is positive, and disable it otherwise.  If called from Lisp,
enable the mode if ARG is omitted or nil.

Global Auto Revert mode is a global minor mode that reverts any
buffer associated with a file when the file changes on disk.  Use
`auto-revert-mode' to revert a particular buffer.

If `global-auto-revert-non-file-buffers' is non-nil, this mode
may also revert some non-file buffers, as described in the
documentation of that variable.  It ignores buffers with modes
matching `global-auto-revert-ignore-modes', and buffers with a
non-nil vale of `global-auto-revert-ignore-buffer'.

When a buffer is reverted, a message is generated.  This can be
suppressed by setting `auto-revert-verbose' to nil.

This function calls the hook `global-auto-revert-mode-hook'.
It displays the text that `global-auto-revert-mode-text'
specifies in the mode line.

(fn &optional ARG)
(defalias 'global-auto-revert-mode #[256 "\302 \303\300\304=\203\305\300!?\202\306!\307V\"\210\310 \210\203'\311\312 \210\202C\313 \211\203B\211@r\211q\210	\203:\314 \210)A\266\202\202)\210\315\316\305\300!\203O\317\202P\320\"\210\321\322!\203z\323\300!\210\302 \203h\211\302 \232\203z\324\325\326\305\300!\203u\327\202v\330#\266\210\331 \210\305\300!\207" [global-auto-revert-mode auto-revert-use-notify current-message set-default toggle default-value prefix-numeric-value 0 auto-revert-set-timer nil auto-revert-buffers buffer-list auto-revert-notify-rm-watch run-hooks global-auto-revert-mode-hook global-auto-revert-mode-on-hook global-auto-revert-mode-off-hook called-interactively-p any customize-mark-as-set "" message "Global Auto-Revert mode %sabled%s" "en" "dis" force-mode-line-update] 7 (#$ . 15282) (byte-code "\206\301C\207" [current-prefix-arg toggle] 1)])
#@188 Hook run after entering or leaving `global-auto-revert-mode'.
No problems result if this variable is not bound.
`add-hook' automatically binds it.  (This is true for all hook variables.)
(defvar global-auto-revert-mode-hook nil (#$ . 17155))
(byte-code "\301\302\303\304\300!\205\n\305\211%\207" [global-auto-revert-mode-map add-minor-mode global-auto-revert-mode global-auto-revert-mode-text boundp nil] 6)
#@305 Restart or cancel the timer used by Auto-Revert Mode.
If such a timer is active, cancel it.  Start a new timer if
Global Auto-Revert Mode is active or if Auto-Revert Mode is active
in some buffer.  Restarting the timer ensures that Auto-Revert Mode
will use an up-to-date value of `auto-revert-interval'
(defalias 'auto-revert-set-timer #[0 "\304!\203\n\305!\210	\204\n\205\306\211\307#\211\207" [auto-revert-timer global-auto-revert-mode auto-revert-buffer-list auto-revert-interval timerp cancel-timer run-with-timer auto-revert-buffers] 4 (#$ . 17572) nil])
#@65 Disable file notification for current buffer's associated file.
(defalias 'auto-revert-notify-rm-watch #[0 "\203\303\304	\"\210\305\306\307\"\210\310\211\211\207" [auto-revert-notify-watch-descriptor auto-revert-notify-watch-descriptor-hash-list auto-revert-notify-modified-p maphash #[514 "\232\205&\302p\"\262\211\203\303	#\207\304	\"\210\3051$\306!0\207\210\307\207" [auto-revert-notify-watch-descriptor auto-revert-notify-watch-descriptor-hash-list delete puthash remhash (error) file-notify-rm-watch nil] 6 "\n\n(fn KEY VALUE)"] remove-hook kill-buffer-hook auto-revert-notify-rm-watch nil] 4 (#$ . 18148)])
#@64 Enable file notification for current buffer's associated file.
(defalias 'auto-revert-notify-add-watch #[0 "\306\307	!\"\204\310\n\206	!\203\311\303!\210\312\211\207\f?\205^\3131>\n\2033\314\307\n	\"\315\316#\202:\314\307	!\317\316#0\202@\210\312\211\203W\320\fp\321\f
\"B
#\210\322\323\324\312\325$\207\311\303!\210\312\211\207" [auto-revert-notify-exclude-dir-regexp default-directory buffer-file-name auto-revert-use-notify auto-revert-notify-watch-descriptor auto-revert-notify-watch-descriptor-hash-list string-match expand-file-name file-symlink-p make-local-variable nil (error) file-notify-add-watch (change attribute-change) auto-revert-notify-handler (change) puthash gethash add-hook kill-buffer-hook auto-revert-notify-rm-watch t] 7 (#$ . 18784)])
#@55 Incremented each time `auto-revert-buffers' is called
(defvar auto-revert-buffers-counter 1 (#$ . 19566))
#@462 Buffer-local value to indicate whether we should immediately
update the buffer on a notification event or not. If

  (= auto-revert-buffers-counter-lockedout
     auto-revert-buffers-counter)

then the updates are locked out, and we wait until the next call
of `auto-revert-buffers' to revert the buffer. If no lockout is
present, then we revert immediately and set the lockout, so that
no more reverts are possible until the next call of
`auto-revert-buffers'
(defvar auto-revert-buffers-counter-lockedout 0 (#$ . 19679))
(make-variable-buffer-local 'auto-revert-buffers-counter-lockedout)
#@62 Handle an EVENT returned from file notification.

(fn EVENT)
(defalias 'auto-revert-notify-handler #[257 "\3061\322\211@A@\3078\3108\311\"\204\312\313!\210;\204$\312\314!\210\315=\2033;\2043\312\316!\210\317=\203m\211\211\205h\211@r\211q\210	;\203S\320!\320	!\230\204W	\204`\321 \210\322\302!\210\323)A\266\202\202:\262\202\316\3242\316\211\211\205\313\211@\325!\203\304r\211q\210	;\203\247\326>\203\227\320!\320	!\230\204\261\315=\203\247\320!\320	!\230\204\261	\204\303\327>\203\303\330\f
U\204\276\331 \210
\332\324\323\"\210)A\266\202\202r\2620\266\2050\207\333\334\"\210\323\207" [auto-revert-notify-watch-descriptor-hash-list buffer-file-name auto-revert-use-notify auto-revert-notify-modified-p auto-revert-buffers-counter-lockedout auto-revert-buffers-counter (debug error) 2 3 gethash cl--assertion-failed descriptor (stringp file) renamed (stringp file1) stopped file-name-nondirectory auto-revert-notify-rm-watch make-local-variable nil --cl-block-nil-- buffer-live-p (attribute-changed changed created) (created renamed deleted) t auto-revert-handler throw message "Error: %S"] 11 (#$ . 20276)])
#@65 Check if auto-revert is active (in current buffer or globally).
(defalias 'auto-revert-active-p #[0 "\206	\206\n\205?\205\f
>?\207" [auto-revert-mode auto-revert-tail-mode global-auto-revert-mode global-auto-revert-ignore-buffer major-mode global-auto-revert-ignore-modes] 2 (#$ . 21440)])
#@95 Revert current buffer, if appropriate.
This is an internal function used by Auto-Revert Mode.
(defalias 'auto-revert-handler #[0 "p\306\307	\203?\n\204\310	!?\205Q\203\f\205Q
\2034\311	!\205Q#\312\313	!8\211\262U?\202Q$\206:\314\307!\202Q%\204I&\205Q$\206O\314\307!\306\211C\306\203\310'\203k\315=\204k\316\317\320 \"\210	\203\206m\262\321\322\323\324\325\326\n\"\327\"\330\331%\332\307#\210
\203\221\333!\210\202\250((\3341\242\335\336\337\340#0\202\246\210\202\247\210)	\203\310\203\263db\210\211\242\211\203\307\211@\341d\"\210A\266\202\202\265\210\204\321)\205\323\342 )\207" [remote-file-name-inhibit-cache buffer-file-name auto-revert-remote-files auto-revert-use-notify auto-revert-notify-modified-p auto-revert-tail-mode nil t file-remote-p file-readable-p 7 file-attributes buffer-stale--default-function fast message "Reverting buffer `%s'." buffer-name walk-windows make-byte-code 257 "\302!\300=\205\303!dU\205\301\301\242B\240\207" vconcat vector [window-buffer window-point] 4 "\n\n(fn WINDOW)" no-mini auto-revert-tail-handler (error) revert-buffer ignore-auto dont-ask preserve-modes set-window-point vc-refresh-state auto-revert-tail-pos buffer-stale-function auto-revert-mode global-auto-revert-non-file-buffers auto-revert-verbose buffer-read-only auto-revert-check-vc-info] 13 (#$ . 21746)])
(defalias 'auto-revert-tail-handler #[257 "\303 \304\305\nU\2049\306\307!\210\310 \210\214~\210\212db\210\311\305\nW\205'\n$\210*\306\312!\210\310 \210\313!\210*\266\314 \207" [buffer-file-name inhibit-read-only auto-revert-tail-pos buffer-modified-p t nil run-hooks before-revert-hook undo-boundary insert-file-contents after-revert-hook restore-buffer-modified-p set-visited-file-modtime] 9 "\n\n(fn SIZE)"])
#@939 Revert buffers as specified by Auto-Revert and Global Auto-Revert Mode.

Should `global-auto-revert-mode' be active all file buffers are checked.

Should `auto-revert-mode' be active in some buffers, those buffers
are checked.

Non-file buffers that have a custom `revert-buffer-function' and
`buffer-stale-function' are reverted either when Auto-Revert
Mode is active in that buffer, or when the variable
`global-auto-revert-non-file-buffers' is non-nil and Global
Auto-Revert Mode is active.

This function stops whenever there is user input.  The buffers not
checked are stored in the variable `auto-revert-remaining-buffers'.

To avoid starvation, the buffers in `auto-revert-remaining-buffers'
are checked first the next time this function is called.

This function is also responsible for removing buffers no longer in
Auto-Revert mode from `auto-revert-buffer-list', and for canceling
the timer when no buffers need to be checked.
(defalias 'auto-revert-buffers #[0 "T\306 \307\310\311\312\313!\314\"\315$\216	\203\316 \202\n\317\211\211\2036\211@\211>\203/\211B\262A\266\202\202\210\211\203P\211@\211>\204I\211B\262A\266\202\2028\210\211\244\237\262\203\252\f\203d\320 \204\252@\321!\203\235r\211q\210
\204\204\204\204\211\n>\203\204\322\n\"\323 \203\231\203\226\204\226\324 \210\325 \210)\202\242\322\n\"\210A\262\202W	?\205\277\n?\205\277\326!\210\317\211\266\203)\207" [auto-revert-buffers-counter global-auto-revert-mode auto-revert-buffer-list auto-revert-remaining-buffers auto-revert-stop-on-user-input auto-revert-mode match-data make-byte-code 0 "\301\300\302\"\207" vconcat vector [set-match-data evaporate] 3 buffer-list nil input-pending-p buffer-live-p delq auto-revert-active-p auto-revert-notify-add-watch auto-revert-handler cancel-timer auto-revert-tail-mode auto-revert-use-notify auto-revert-notify-watch-descriptor auto-revert-timer] 8 (#$ . 23553)])
(byte-code "\300\301!\210\302\303!\207" [provide autorevert run-hooks auto-revert-load-hook] 2)

Kontol Shell Bypass