;ELC
|
;;; Compiled
|
;;; in Emacs version 26.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\302\303\304\305%\210\306\307\310\311\312DD\313\304\301\314\311&\207" [custom-declare-group async nil "Simple asynchronous processing in Emacs" :group emacs custom-declare-variable async-variables-noprops-function funcall function #[0 "\300\207" [async-variables-noprops] 1] "Default function to remove text properties in variables." :type] 8)
|
(defvar async-debug nil)
|
(defvar async-send-over-pipe t)
|
(defvar async-in-child-emacs nil)
|
(defvar async-callback nil)
|
(defvar async-callback-for-process nil)
|
(defvar async-callback-value nil)
|
(defvar async-callback-value-set nil)
|
(defvar async-current-process nil)
|
(defvar async--procvar nil)
|
#@292 Remove text properties in SEQUENCE.
|
|
Argument SEQUENCE may be a list or a string, if anything else it
|
is returned unmodified.
|
|
Note that this is a naive function that doesn't remove text properties
|
in SEQUENCE recursively, only at the first level which suffice in most
|
cases.
|
|
(fn SEQUENCE)
|
(defalias 'async-variables-noprops #[257 "\211;\203 |