emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a246df7: ; * src/w32fns.c (syms_of_w32fns): Fix las


From: Eli Zaretskii
Subject: [Emacs-diffs] master a246df7: ; * src/w32fns.c (syms_of_w32fns): Fix last commit.
Date: Fri, 31 Jul 2015 09:19:10 +0000

branch: master
commit a246df7256ff119cc14cc9a8f8da34bf2ccc2b65
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ;* src/w32fns.c (syms_of_w32fns): Fix last commit.
---
 src/w32fns.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/w32fns.c b/src/w32fns.c
index 34e2720..1c72974 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
 only be necessary if the default setting causes problems.  */);
   w32_strict_painting = 1;
 
-  DEFVAR_BOOL ("w32-use-fallback-wm-chars-method"
+  DEFVAR_BOOL ("w32-use-fallback-wm-chars-method",
               w32_use_fallback_wm_chars_method,
               doc: /* Non-nil means use old method of processing character 
keys.
 This is intended only for debugging of the new processing method.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]