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 |
(require 'ztree-util) |
|
16 |
#@60 Mark files as different if their permissions are different |
|
17 |
(defvar ztree-diff-consider-file-permissions nil (#$ . 430)) |
|
18 |
#@192 Command-line options for the diff program used as a diff backend. These options are added to default '-q' option. |
|
19 |
Should be a list of strings. |
|
20 |
Example: |
|
21 |
(setq ztree-diff-options '("-w" "-i")) |
|
22 |
(defvar ztree-diff-additional-options nil (#$ . 557)) |
|
23 |
#@75 Function which determines if the node should be excluded from comparison. |
|
24 |
(defvar ztree-diff-model-ignore-fun nil (#$ . 808)) |
|
25 |
(make-variable-buffer-local 'ztree-diff-model-ignore-fun) |
|
26 |
#@79 Function which should be called whenever the progress indications is updated. |
|
27 |
(defvar ztree-diff-model-progress-fun nil (#$ . 998)) |
|
28 |
(make-variable-buffer-local 'ztree-diff-model-progress-fun) |
|
29 |
#@22 Update the progress. |
|
30 |
(defalias 'ztree-diff-model-update-progress #[0 "\205 \207" [ztree-diff-model-progress-fun] 1 (#$ . 1196)]) |
|
31 |
#@74 compiler-macro for inlining `ztree-diff-node-p'. |
|
32 |
|
|
33 |
(fn CL-WHOLE-ARG CL-X) |
|
34 |
(defalias 'ztree-diff-node-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block ztree-diff-node-p (and (memq (type-of cl-x) cl-struct-ztree-diff-node-tags) t)) nil] 9 (#$ . 1335)]) |
|
35 |
(put 'ztree-diff-node-p 'compiler-macro 'ztree-diff-node-p--cmacro) |
|
36 |
#@13 |
|
37 |
|
|
38 |
(fn CL-X) |
|
39 |
(defalias 'ztree-diff-node-p #[257 "\301!>\205 |