aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2024-04-04 08:32:49 +0800
committerPo Lu2024-04-04 08:33:53 +0800
commit3608c1399ffdb130311e2d3674ff4037188d79d8 (patch)
tree5d855537821def5eebbbbad04f9e607e11f31f83 /src
parentba3bf69f84e5c1143a6ff3b1e7031a10e0beed89 (diff)
downloademacs-3608c1399ffdb130311e2d3674ff4037188d79d8.tar.gz
emacs-3608c1399ffdb130311e2d3674ff4037188d79d8.zip
; * src/haikufns.c (syms_of_haikufns): Fix indentation.
Diffstat (limited to 'src')
-rw-r--r--src/haikufns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/haikufns.c b/src/haikufns.c
index 9b50099d6ac..870b6f58f02 100644
--- a/src/haikufns.c
+++ b/src/haikufns.c
@@ -3309,8 +3309,8 @@ syms_of_haikufns (void)
3309 Vx_sensitive_text_pointer_shape = Qnil; 3309 Vx_sensitive_text_pointer_shape = Qnil;
3310 3310
3311 DEFVAR_BOOL ("haiku-pass-control-tab-to-system", 3311 DEFVAR_BOOL ("haiku-pass-control-tab-to-system",
3312 haiku_pass_control_tab_to_system, 3312 haiku_pass_control_tab_to_system,
3313 doc: /* Whether or not to pass C-TAB to the system. 3313 doc: /* Whether or not to pass C-TAB to the system.
3314Setting this variable will cause Emacs to pass C-TAB to the system 3314Setting this variable will cause Emacs to pass C-TAB to the system
3315(allowing window switching on the Haiku operating system), rather than 3315(allowing window switching on the Haiku operating system), rather than
3316intercepting it. */); 3316intercepting it. */);