diff options
| author | Eli Zaretskii | 2015-07-31 12:18:10 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-07-31 12:18:10 +0300 |
| commit | a246df7256ff119cc14cc9a8f8da34bf2ccc2b65 (patch) | |
| tree | 049bf88bb3b13b409fc9f61dcd78665bd0b9bf89 /src | |
| parent | e3d9ee522fce388db67f1f12007660fd3f0ef001 (diff) | |
| download | emacs-a246df7256ff119cc14cc9a8f8da34bf2ccc2b65.tar.gz emacs-a246df7256ff119cc14cc9a8f8da34bf2ccc2b65.zip | |
;* src/w32fns.c (syms_of_w32fns): Fix last commit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 34e2720864c..1c72974dca8 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -9149,7 +9149,7 @@ Set this to nil to get the old behavior for repainting; this should | |||
| 9149 | only be necessary if the default setting causes problems. */); | 9149 | only be necessary if the default setting causes problems. */); |
| 9150 | w32_strict_painting = 1; | 9150 | w32_strict_painting = 1; |
| 9151 | 9151 | ||
| 9152 | DEFVAR_BOOL ("w32-use-fallback-wm-chars-method" | 9152 | DEFVAR_BOOL ("w32-use-fallback-wm-chars-method", |
| 9153 | w32_use_fallback_wm_chars_method, | 9153 | w32_use_fallback_wm_chars_method, |
| 9154 | doc: /* Non-nil means use old method of processing character keys. | 9154 | doc: /* Non-nil means use old method of processing character keys. |
| 9155 | This is intended only for debugging of the new processing method. | 9155 | This is intended only for debugging of the new processing method. |