diff options
| author | Eli Zaretskii | 2019-03-01 10:42:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-03-01 10:42:59 +0200 |
| commit | f62f7db2c8f253416631a4d8a657a70e23c49173 (patch) | |
| tree | 972300ab9483e94015a535c703e427aaf1a711cc /src | |
| parent | 63d0dc7937bddd803145f2df23a600597c4fd8e7 (diff) | |
| download | emacs-f62f7db2c8f253416631a4d8a657a70e23c49173.tar.gz emacs-f62f7db2c8f253416631a4d8a657a70e23c49173.zip | |
; * src/xfaces.c (syms_of_xfaces): Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 69e73e8c0dd..e397f0b8a03 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -6805,7 +6805,10 @@ between two colors that will still qualify them to be used as foreground | |||
| 6805 | and background. If the value of `color-distance', invoked with a nil | 6805 | and background. If the value of `color-distance', invoked with a nil |
| 6806 | METRIC argument, for the foreground and background colors of a face is | 6806 | METRIC argument, for the foreground and background colors of a face is |
| 6807 | less than this threshold, the distant-foreground color, if defined, | 6807 | less than this threshold, the distant-foreground color, if defined, |
| 6808 | will be used for the face instead of the foreground color. */); | 6808 | will be used for the face instead of the foreground color. |
| 6809 | |||
| 6810 | Lisp programs that change the value of this variable should also | ||
| 6811 | clear the face cache, see `clear-face-cache'. */); | ||
| 6809 | face_near_same_color_threshold = 30000; | 6812 | face_near_same_color_threshold = 30000; |
| 6810 | 6813 | ||
| 6811 | #ifdef HAVE_WINDOW_SYSTEM | 6814 | #ifdef HAVE_WINDOW_SYSTEM |