commit | author | age
|
5cb5f7
|
1 |
;ELC |
C |
2 |
;;; Compiled |
|
3 |
;;; in Emacs version 26.1 |
|
4 |
;;; with all optimizations. |
|
5 |
|
|
6 |
;;; This file uses dynamic docstrings, first added in Emacs 19.29. |
|
7 |
|
|
8 |
;;; This file does not contain utf-8 non-ASCII characters, |
|
9 |
;;; and so can be loaded in Emacs versions earlier than 23. |
|
10 |
|
|
11 |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
12 |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
13 |
|
|
14 |
|
|
15 |
(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) |
|
16 |
(defvar async-debug nil) |
|
17 |
(defvar async-send-over-pipe t) |
|
18 |
(defvar async-in-child-emacs nil) |
|
19 |
(defvar async-callback nil) |
|
20 |
(defvar async-callback-for-process nil) |
|
21 |
(defvar async-callback-value nil) |
|
22 |
(defvar async-callback-value-set nil) |
|
23 |
(defvar async-current-process nil) |
|
24 |
(defvar async--procvar nil) |
|
25 |
#@292 Remove text properties in SEQUENCE. |
|
26 |
|
|
27 |
Argument SEQUENCE may be a list or a string, if anything else it |
|
28 |
is returned unmodified. |
|
29 |
|
|
30 |
Note that this is a naive function that doesn't remove text properties |
|
31 |
in SEQUENCE recursively, only at the first level which suffice in most |
|
32 |
cases. |
|
33 |
|
|
34 |
(fn SEQUENCE) |
|
35 |
(defalias 'async-variables-noprops #[257 "\211;\203 |