;ELC   
;;; Compiled
;;; in Emacs version 28.2
;;; with all optimizations.



(byte-code "\300\301!\210\302\303\304\305\306\301%\207" [require font-lock custom-declare-group lazy-lock nil "Font Lock support mode to fontify lazily." :group] 6)
(defvar lazy-lock-mode nil)
(defvar lazy-lock-buffers nil)
(defvar lazy-lock-timers (list nil))
(byte-code "\300\301\302\303\304DD\305\306\307%\210\300\310\302\303\311DD\312\306\313%\210\300\314\302\303\315DD\316\306\317%\210\300\320\302\303\321DD\322\306\323%\210\300\324\302\303\325DD\326\306\327%\210\300\330\302\303\331DD\332\306\333%\210\300\334\302\303\335DD\336\306\337%\210\300\340\302\303\341DD\342\306\3431g \344 0\202k \210\202r \203r \345\202s \346%\210\300\347\302\303\350DD\351\306\352%\210\300\353\302\303\354DD\355\306\356%\207" [custom-declare-variable lazy-lock-minimum-size funcall function #[0 "\300\207" [25600] 1 #1=""] "Minimum size of a buffer for demand-driven fontification.\nOn-demand fontification occurs if the buffer size is greater than this value.\nIf nil, means demand-driven fontification is never performed.\nIf a list, each element should be a cons pair of the form (MAJOR-MODE . SIZE),\nwhere MAJOR-MODE is a symbol or t (meaning the default).  For example:\n ((c-mode . 25600) (c++-mode . 25600) (rmail-mode . 1048576))\nmeans that the minimum size is 25K for buffers in C or C++ modes, one megabyte\nfor buffers in Rmail mode, and size is irrelevant otherwise.\n\nThe value of this variable is used when Lazy Lock mode is turned on." :type (choice (const :tag "none" nil) (integer :tag "size") (repeat :menu-tag "mode specific" :tag "mode specific" :value ((t)) (cons :tag "Instance" (radio :tag "Mode" (const :tag "all" t) (symbol :tag "name")) (radio :tag "Size" (const :tag "none" nil) (integer :tag "size"))))) lazy-lock-defer-on-the-fly #[0 "\300\207" [t] 1 #1#] "If non-nil, means fontification after a change should be deferred.\nIf nil, means on-the-fly fontification is performed.  This means when changes\noccur in the buffer, those areas are immediately fontified.\nIf a list, it should be a list of `major-mode' symbol names for which deferred\nfontification should occur.  The sense of the list is negated if it begins with\n`not'.  For example:\n (c-mode c++-mode)\nmeans that on-the-fly fontification is deferred for buffers in C and C++ modes\nonly, and deferral does not occur otherwise.\n\nThe value of this variable is used when Lazy Lock mode is turned on." (choice (const :tag "never" nil) (const :tag "always" t) (set :menu-tag "mode specific" :tag "modes" :value (not) (const :tag "Except" not) (repeat :inline t (symbol :tag "mode")))) lazy-lock-defer-on-scrolling #[0 "\300\207" [nil] 1 #1#] "If non-nil, means fontification after a scroll should be deferred.\nIf nil, means demand-driven fontification is performed.  This means when\nscrolling into unfontified areas of the buffer, those areas are immediately\nfontified.  Thus scrolling never presents unfontified areas.  However, since\nfontification occurs during scrolling, scrolling may be slow.\nIf t, means defer-driven fontification is performed.  This means fontification\nof those areas is deferred.  Thus scrolling may present momentarily unfontified\nareas.  However, since fontification does not occur during scrolling, scrolling\nwill be faster than demand-driven fontification.\nIf any other value, e.g., `eventually', means demand-driven fontification is\nperformed until the buffer is fontified, then buffer fontification becomes\ndefer-driven.  Thus scrolling never presents unfontified areas until the buffer\nis first fontified, after which subsequent scrolling may present future buffer\ninsertions momentarily unfontified.  However, since fontification does not\noccur during scrolling after the buffer is first fontified, scrolling will\nbecome faster.  (But, since contextual changes continually occur, such a value\nmakes little sense if `lazy-lock-defer-contextually' is non-nil.)\n\nThe value of this variable is used when Lazy Lock mode is turned on." (choice (const :tag "never" nil) (const :tag "always" t) (other :tag "eventually" eventually)) lazy-lock-defer-contextually #[0 "\300\207" [syntax-driven] 1 #1#] "If non-nil, means deferred fontification should be syntactically true.\nIf nil, means deferred fontification occurs only on those lines modified.  This\nmeans where modification on a line causes syntactic change on subsequent lines,\nthose subsequent lines are not refontified to reflect their new context.\nIf t, means deferred fontification occurs on those lines modified and all\nsubsequent lines.  This means those subsequent lines are refontified to reflect\ntheir new syntactic context, either immediately or when scrolling into them.\nIf any other value, e.g., `syntax-driven', means deferred syntactically true\nfontification occurs only if syntactic fontification is performed using the\nbuffer mode's syntax table, i.e., only if `font-lock-keywords-only' is nil.\n\nThe value of this variable is used when Lazy Lock mode is turned on." (choice (const :tag "never" nil) (const :tag "always" t) (other :tag "syntax-driven" syntax-driven)) lazy-lock-defer-time #[0 "\300\207" [0.25] 1 #1#] "Time in seconds to delay before beginning deferred fontification.\nDeferred fontification occurs if there is no input within this time.\nIf nil, means fontification is never deferred, regardless of the values of the\nvariables `lazy-lock-defer-on-the-fly', `lazy-lock-defer-on-scrolling' and\n`lazy-lock-defer-contextually'.\n\nThe value of this variable is used when Lazy Lock mode is turned on." (choice (const :tag "never" nil) (number :tag "seconds")) lazy-lock-stealth-time #[0 "\300\207" [30] 1 #1#] "Time in seconds to delay before beginning stealth fontification.\nStealth fontification occurs if there is no input within this time.\nIf nil, means stealth fontification is never performed.\n\nThe value of this variable is used when Lazy Lock mode is turned on." (choice (const :tag "never" nil) (number :tag "seconds")) lazy-lock-stealth-lines #[0 "\203 \301\207\302\207" [font-lock-maximum-decoration 100 250] 1 #1#] "Maximum size of a chunk of stealth fontification.\nEach iteration of stealth fontification can fontify this number of lines.\nTo speed up input response during stealth fontification, at the cost of stealth\ntaking longer to fontify, you could reduce the value of this variable." (integer :tag "lines") lazy-lock-stealth-load #[0 "\3001\n \301 0\202 \210\302\207\205 \303\207" [(error) load-average nil 200] 1 #1#] "Load in percentage above which stealth fontification is suspended.\nStealth fontification pauses when the system short-term load average (as\nreturned by the function `load-average' if supported) goes above this level,\nthus reducing the demand that stealth fontification makes on the system.\nIf nil, means stealth fontification is never suspended.\nTo reduce machine load during stealth fontification, at the cost of stealth\ntaking longer to fontify, you could reduce the value of this variable.\nSee also `lazy-lock-stealth-nice'." (error) load-average (choice (const :tag "never" nil) (integer :tag "load")) (const :format "%t: unsupported\n" nil) lazy-lock-stealth-nice #[0 "\300\207" [0.125] 1 #1#] "Time in seconds to pause between chunks of stealth fontification.\nEach iteration of stealth fontification is separated by this amount of time,\nthus reducing the demand that stealth fontification makes on the system.\nIf nil, means stealth fontification is never paused.\nTo reduce machine load during stealth fontification, at the cost of stealth\ntaking longer to fontify, you could increase the value of this variable.\nSee also `lazy-lock-stealth-load'." (choice (const :tag "never" nil) (number :tag "seconds")) lazy-lock-stealth-verbose #[0 "?\205 	??\207" [lazy-lock-defer-contextually font-lock-verbose] 1 #1#] "If non-nil, means stealth fontification should show status messages." boolean] 6)
#@2974 Toggle Lazy Lock mode.
With arg, turn Lazy Lock mode on if and only if arg is positive.  Enable it
automatically in your `~/.emacs' by:

 (setq font-lock-support-mode \='lazy-lock-mode)

For a newer font-lock support mode with similar functionality, see
`jit-lock-mode'.  Eventually, Lazy Lock mode will be deprecated in
JIT Lock's favor.

When Lazy Lock mode is enabled, fontification can be lazy in a number of ways:

- Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil.
  This means initial fontification does not occur if the buffer is greater than
  `lazy-lock-minimum-size' characters in length.  Instead, fontification occurs
  when necessary, such as when scrolling through the buffer would otherwise
  reveal unfontified areas.  This is useful if buffer fontification is too slow
  for large buffers.

- Deferred scroll fontification if `lazy-lock-defer-on-scrolling' is non-nil.
  This means demand-driven fontification does not occur as you scroll.
  Instead, fontification is deferred until after `lazy-lock-defer-time' seconds
  of Emacs idle time, while Emacs remains idle.  This is useful if
  fontification is too slow to keep up with scrolling.

- Deferred on-the-fly fontification if `lazy-lock-defer-on-the-fly' is non-nil.
  This means on-the-fly fontification does not occur as you type.  Instead,
  fontification is deferred until after `lazy-lock-defer-time' seconds of Emacs
  idle time, while Emacs remains idle.  This is useful if fontification is too
  slow to keep up with your typing.

- Deferred context fontification if `lazy-lock-defer-contextually' is non-nil.
  This means fontification updates the buffer corresponding to true syntactic
  context, after `lazy-lock-defer-time' seconds of Emacs idle time, while Emacs
  remains idle.  Otherwise, fontification occurs on modified lines only, and
  subsequent lines can remain fontified corresponding to previous syntactic
  contexts.  This is useful where strings or comments span lines.

- Stealthy buffer fontification if `lazy-lock-stealth-time' is non-nil.
  This means remaining unfontified areas of buffers are fontified if Emacs has
  been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle.
  This is useful if any buffer has any deferred fontification.

Basic Font Lock mode on-the-fly fontification behavior fontifies modified
lines only.  Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode
on-the-fly fontification may fontify differently, albeit correctly.  In any
event, to refontify some lines you can use \[font-lock-fontify-block].

Stealth fontification only occurs while the system remains unloaded.
If the system load rises above `lazy-lock-stealth-load' percent, stealth
fontification is suspended.  Stealth fontification intensity is controlled via
the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and
verbosity is controlled via the variable `lazy-lock-stealth-verbose'.

(fn &optional ARG)
(defalias 'lazy-lock-mode #[256 "\300	>?\205 \203 \303!\304V\202 \211?\211\203& \n\204& \305\306!\210\307\310!\207\211\2033 \311\300!\210\312\313 \207\205? \311\300!\210\314\315 \207" [lazy-lock-mode font-lock-inhibit-thing-lock font-lock-mode prefix-numeric-value 0 message "Use font-lock-support-mode rather than calling lazy-lock-mode" sit-for 2 make-local-variable t lazy-lock-install nil lazy-lock-unstall] 5 (#$ . 7966) "P"])
#@41 Unconditionally turn on Lazy Lock mode.
(defalias 'turn-on-lazy-lock #[0 "\300\301!\207" [lazy-lock-mode t] 2 (#$ . 11386)])
(defalias 'lazy-lock-install #[0 "\306!	\205 \n	\205 	\205 \f\205 \f\307=\206 ?\310\311!\210\205) \312 Y\211	\2045 \313 \210\202N \314p\315\307#\316 \210\211\203M \317@!\210\211A\262\202= \210\320	\242\321=\203a A>?\202n <\203m >\202n \307=$\210\322\204\201 \204\201 \205\202 	\"\207" [lazy-lock-minimum-size lazy-lock-defer-time lazy-lock-defer-on-the-fly lazy-lock-defer-on-scrolling lazy-lock-defer-contextually font-lock-keywords-only font-lock-value-in-major-mode t make-local-variable font-lock-fontified buffer-size lazy-lock-after-fontify-buffer get-buffer-window-list nomini lazy-lock-after-unfontify-buffer lazy-lock-fontify-conservatively lazy-lock-install-hooks not lazy-lock-install-timers major-mode lazy-lock-stealth-time] 10])
#@59 

(fn FONTIFYING DEFER-CHANGE DEFER-SCROLL DEFER-CONTEXT)
(defalias 'lazy-lock-install-hooks #[1028 "\204 \204 \204 \211\203 \300\301\203 \302\202 \303\304\305$\210\2032 \2042 \211\2042 \300\306\307\304\305$\210\310\311\312\305#\210\300\311\203F \203F \313\202W \203N \314\202W \203V \315\202W \316\304\305$\210\300\317\320\304\305$\210\300\321\320\304\305$\207" [add-hook window-scroll-functions lazy-lock-defer-after-scroll lazy-lock-fontify-after-scroll nil t before-change-functions lazy-lock-arrange-before-change remove-hook after-change-functions font-lock-after-change-function lazy-lock-defer-rest-after-change lazy-lock-defer-line-after-change lazy-lock-fontify-rest-after-change lazy-lock-fontify-line-after-change outline-view-change-hook lazy-lock-fontify-after-visage hs-hide-hook] 9 (#$ . 12290)])
#@20 

(fn DTIME STIME)
(defalias 'lazy-lock-install-timers #[514 "@@=\204# @\211A\203 \301A!\210\211\205 \302\303\304#B\240\266\211A@=?\205G A\211A\2038 \301A!\210\211\205C \302\303\305#B\241\262\207" [lazy-lock-timers cancel-timer run-with-idle-timer t lazy-lock-fontify-after-defer lazy-lock-fontify-after-idle] 9 (#$ . 13125)])
(defalias 'lazy-lock-unstall #[0 "\203G \302 \203@ 	\247\203 \303 	V\202 	\211\205 \304\305\306 \"\307C\310\311#\216\2035 \211\312 \240\210\313\314\"\210\214~\210\315ed\"\210*\266\316\317\320\307\321$\210\322 \210\323\324\325\321#\210\323\324\326\321#\210\323\327\330\321#\210\323\317\331\321#\210\323\317\332\321#\210\323\317\333\321#\210\323\317\334\321#\210\323\335\336\321#\210\323\337\336\321#\207" [font-lock-mode font-lock-verbose lazy-lock-unfontified-p buffer-size format "Fontifying %s..." buffer-name nil make-closure #[0 "\300\205 \301\242\203 \302\303\301\242\"\207\302\304!\207" [V0 V1 message #1="%s" nil] 3] current-message message #1# lazy-lock-fontify-region add-hook after-change-functions font-lock-after-change-function t lazy-lock-after-unfontify-buffer remove-hook window-scroll-functions lazy-lock-fontify-after-scroll lazy-lock-defer-after-scroll before-change-functions lazy-lock-arrange-before-change lazy-lock-fontify-line-after-change lazy-lock-fontify-rest-after-change lazy-lock-defer-line-after-change lazy-lock-defer-rest-after-change outline-view-change-hook lazy-lock-fontify-after-visage hs-hide-hook] 7])
#@28 

(fn WINDOW WINDOW-START)
(defalias 'lazy-lock-fontify-after-scroll #[514 "\301\302\303\301\"\"\210)\304\305\"\207" [inhibit-point-motion-hooks t lazy-lock-fontify-region window-end set-window-redisplay-end-trigger nil] 7 (#$ . 14628)])
#@28 

(fn WINDOW WINDOW-START)
(defalias 'lazy-lock-defer-after-scroll #[514 "p>\204\n pB\301\302\"\207" [lazy-lock-buffers set-window-redisplay-end-trigger nil] 5 (#$ . 14876)])
#@14 

(fn FRAME)
(defalias 'lazy-lock-fontify-after-resize #[257 "\212\300 r\301\302\"\216\303!\210\304\305\306#*\262)\207" [internal--before-save-selected-window make-closure #[0 "\301\300!\207" [V0 internal--after-save-selected-window] 2] select-frame walk-windows #[257 "\301!q\210\203 \302!\210\303\304\"\207" [lazy-lock-mode window-buffer lazy-lock-fontify-conservatively set-window-redisplay-end-trigger nil] 4 "\n\n(fn WINDOW)"] nomini] 6 (#$ . 15061)])
#@16 

(fn BEG END)
(defalias 'lazy-lock-arrange-before-change #[514 "=?\2055 \300p\301\302#\303\2053 @\262\304\305!!\204# \306\307 \"\210\305!\310!\303\223\210A\262\202 \266\202\207" [get-buffer-window-list nomini t nil markerp window-redisplay-end-trigger set-window-redisplay-end-trigger make-marker window-end] 7 (#$ . 15533)])
#@29 

(fn WINDOW TRIGGER-POINT)
(defalias 'lazy-lock-fontify-after-trigger #[514 "\301\302\303\301\"\")\207" [inhibit-point-motion-hooks t lazy-lock-fontify-region window-end] 7 (#$ . 15878)])
(defalias 'lazy-lock-fontify-line-after-change 'font-lock-after-change-function)
#@24 

(fn BEG END OLD-LEN)
(defalias 'lazy-lock-fontify-rest-after-change #[771 "\304#\210\305 \306\211\306\307\310\"\216p>\204 pB\214~\210\311d\312#-\207" [buffer-undo-list inhibit-read-only inhibit-modification-hooks lazy-lock-buffers lazy-lock-fontify-line-after-change buffer-modified-p t make-closure #[0 "\300?\205 \301\302!\207" [V0 restore-buffer-modified-p nil] 2] remove-text-properties (lazy-lock nil)] 9 (#$ . 16157)])
#@24 

(fn BEG END OLD-LEN)
(defalias 'lazy-lock-defer-line-after-change #[771 "\304 \305\211\305\306\307\"\216p>\204 pB\310Se]Td^\311#,\207" [buffer-undo-list inhibit-read-only inhibit-modification-hooks lazy-lock-buffers buffer-modified-p t make-closure #[0 "\300?\205 \301\302!\207" [V0 restore-buffer-modified-p nil] 2] remove-text-properties (lazy-lock nil)] 9 (#$ . 16603)])
#@24 

(fn BEG END OLD-LEN)
(defalias 'lazy-lock-defer-rest-after-change #[771 "\304 \305\211\305\306\307\"\216p>\204 pB\214~\210\310Se]d\311#-\207" [buffer-undo-list inhibit-read-only inhibit-modification-hooks lazy-lock-buffers buffer-modified-p t make-closure #[0 "\300?\205 \301\302!\207" [V0 restore-buffer-modified-p nil] 2] remove-text-properties (lazy-lock nil)] 9 (#$ . 16996)])
(defalias 'lazy-lock-fontify-after-defer #[0 "\212\2039 \304 \2049 @\305\306!\2031 q\210	\2031 \307\310\311#\262\211\2031 \312@!\210\211A\262\202! A\266\202 )	\205_ \n\205_ \313>\205_ \304 \206O \314 ?\205_ \315\303\313\311#\210\316\303\317\305\311$\207" [lazy-lock-buffers lazy-lock-mode lazy-lock-defer-on-scrolling window-scroll-functions input-pending-p nil buffer-live-p get-buffer-window-list nomini t lazy-lock-fontify-window lazy-lock-fontify-after-scroll lazy-lock-unfontified-p remove-hook add-hook lazy-lock-defer-after-scroll] 6])
(defalias 'lazy-lock-fontify-after-idle #[0 "\206 \306\307 !?\205\262 \310 \311\312\211\211\212@q\210\203\" \313 \204* \314 ?\262\202\240 \f\205/ \315\312C\316\317#\216\203E \211\320 \240\210\321\322\"\210\203i \323 @V\203i \203\\ \321\324!\210\312\262\325\206c \326!\262\202\224 \f\203\203 \203| \321\327\330 \331 #\210\202\203 \321\315!\210\311\262@q\210\332 \210\325\206\221 \333!\262\313 \203\235 \204E )\266A\262\205\257 \205\257 \202 +\266\203\207" [executing-kbd-macro minibuffer-auto-raise message-log-max lazy-lock-mode lazy-lock-stealth-verbose lazy-lock-stealth-load window-minibuffer-p selected-window buffer-list t nil lazy-lock-unfontified-p input-pending-p "Fontifying stealthily..." make-closure #[0 "\300\205 \301\242\203 \302\303\301\242\"\207\302\304!\207" [V0 V1 message #1="%s" nil] 3] current-message message #1# load-average "Fontifying stealthily...suspended" sit-for 30 "Fontifying stealthily... %2d%% of %s" lazy-lock-percent-fontified buffer-name lazy-lock-fontify-chunk 0 lazy-lock-stealth-time lazy-lock-stealth-nice] 9])
(defalias 'lazy-lock-fontify-after-visage #[0 "\300p\301\302#\211\205 \303@!\210\211A\262\202 \207" [get-buffer-window-list nomini t lazy-lock-fontify-conservatively] 4])
(defalias 'lazy-lock-after-fontify-buffer #[0 "\303 \304\211\304\305\306\"\216\307ed\310#,\207" [buffer-undo-list inhibit-read-only inhibit-modification-hooks buffer-modified-p t make-closure #[0 "\300?\205 \301\302!\207" [V0 restore-buffer-modified-p nil] 2] add-text-properties (lazy-lock t)] 6])
(defalias 'lazy-lock-after-unfontify-buffer #[0 "\303 \304\211\304\305\306\"\216\307ed\310#,\207" [buffer-undo-list inhibit-read-only inhibit-modification-hooks buffer-modified-p t make-closure #[0 "\300?\205 \301\302!\207" [V0 restore-buffer-modified-p nil] 2] remove-text-properties (lazy-lock nil)] 6])
#@16 

(fn BEG END)
(defalias 'lazy-lock-fontify-region #[514 "\214~\210\304\305\306$\211\262\205p \212\307 \310\211\310\311\312\"\216\310\3131f \304\305\310$\206- b\210n\204: \314 \210`\262\211b\210n\204G \306y\210`\262\315\"\210\316\317#\210\304\305\306$\262\210\205b \202# 0\202l \320\321\"\262-\262))\207" [buffer-undo-list inhibit-read-only inhibit-modification-hooks inhibit-point-motion-hooks text-property-any lazy-lock nil buffer-modified-p t make-closure #[0 "\300?\205 \301\302!\207" [V0 restore-buffer-modified-p nil] 2] (error quit) beginning-of-line font-lock-fontify-region add-text-properties (lazy-lock t) message "Fontifying region...%s"] 10 (#$ . 19825)])
(defalias 'lazy-lock-fontify-chunk #[0 "\302\212\214~\210\303\210\304`\305\"\306`d\305\303$\203% \211\203B \211`Z`ZW\203B \307\206+ eb\210\310 \210`\2066 eb\210	y\210`\"\266\202\202U \307b\210	[y\210`b\210\303y\210`\"\266\202+\207" [inhibit-point-motion-hooks lazy-lock-stealth-lines t nil previous-single-property-change lazy-lock text-property-any lazy-lock-fontify-region beginning-of-line] 6])
#@15 

(fn WINDOW)
(defalias 'lazy-lock-fontify-window #[257 "r\300!q\210\301\302!\303!\")\207" [window-buffer lazy-lock-fontify-region window-start window-end] 5 (#$ . 20933)])
#@15 

(fn WINDOW)
(defalias 'lazy-lock-fontify-conservatively #[257 "r\301!q\210\302\303\212\304!b\210\305\306![\"\210`)\212\304!b\210\305\306!\"\210`)\"*\207" [inhibit-point-motion-hooks window-buffer t lazy-lock-fontify-region window-point vertical-motion window-height] 6 (#$ . 21115)])
(defalias 'lazy-lock-unfontified-p #[0 "\214~\210\300ed\301\302$)\207" [text-property-any lazy-lock nil] 5])
(defalias 'lazy-lock-percent-fontified #[0 "\214~\210e\300\301\302d\303\304$\211\262\203+ \302d\303\301$\206 d\262Z\\\262\211\262\202 \305\306!d\245\307_!\266\203)\207" [0 nil text-property-any lazy-lock t truncate float 100] 8])
(byte-code ":\203\204 	r\306\307!q\210p\310 \210\311\211\312\211\3124\313 \210\314\315!\210+\2115\316\317!\210\316!\210\316\320!\210\316\321!\210\316\322!\210\316\323\324!!\210\316\325!\210\316\326!\210\316A!\210\316\327!\210\316\330!\210\316@!\210\316\327!\210\316\331!\210\316\332!\210\316\333!\210\316\323\324!!\210\316\334!\210\335!\210)\266@6A\336\337!\203	r\306\307!q\210p\310 \210\311\211\312\211\3124\313 \210\314\315!\210+\2115\316\340!\210\341>\203\300 \316!\210\202\315 \316\342!\210\316!\210\316\343!\210\316\344!\210\316\345!\210\316\322!\210\316\323\324!!\210\316\346!\210\316\347!\210\350>\204\362 \316\343!\210\316!\210\316\327!\210\316\331!\210\316\351!\210\316\333!\210\316\323\324!!\210\316\334!\210\335!\210)\2667\352\353\354\"\210\352\355\356\"\210\3578\236\2044\3608\361\"8\362\363!\207" [lazy-lock-defer-time default-directory buffer-read-only buffer-file-name buffer-undo-list inhibit-modification-hooks get-buffer-create "*Help*" kill-all-local-variables nil t erase-buffer run-hooks temp-buffer-setup-hook princ "The value of the variable `lazy-lock-defer-time' was\n " "\n" "This variable cannot now be a list of modes and time,\n" "so instead use " substitute-command-keys "\\[customize-option]" " to modify the variables, or put the forms:\n" " (setq lazy-lock-defer-time " ")\n" " (setq lazy-lock-defer-on-the-fly '" "in your ~/.emacs.  " "The above forms have been evaluated for this editor session,\n" "but you should use " " or change your ~/.emacs now." internal-temp-output-buffer-show boundp lazy-lock-defer-driven "The value of the variable `lazy-lock-defer-driven' is set to " (nil t) "`" "'" ".\n" "This variable is now called `lazy-lock-defer-on-scrolling',\n" " to modify the variable, or put the form:\n" " (setq lazy-lock-defer-on-scrolling " (nil t) "The above form has been evaluated for this editor session,\n" add-hook window-size-change-functions lazy-lock-fontify-after-resize redisplay-end-trigger-functions lazy-lock-fontify-after-trigger lazy-lock-mode append ((lazy-lock-mode nil)) provide lazy-lock inhibit-read-only standard-output lazy-lock-defer-on-the-fly lazy-lock-defer-on-scrolling minor-mode-alist] 6)
