diff options
| author | Stefan Kangas | 2023-01-17 06:30:08 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-01-17 06:30:08 +0100 |
| commit | bb383a54910c3094e5d228e0af62bf70e36203ca (patch) | |
| tree | 683a44f031ce95559399b4d461f9d1015514051a /src | |
| parent | 0bb8a011d57cb55c16ff502125b60e8e3bb3d5aa (diff) | |
| parent | e8c77d9abda9c5c48de546a4ff667ffdf3d27c94 (diff) | |
| download | emacs-bb383a54910c3094e5d228e0af62bf70e36203ca.tar.gz emacs-bb383a54910c3094e5d228e0af62bf70e36203ca.zip | |
Merge from origin/emacs-29
e8c77d9abda Fix hfy-exclude-file-rules (bug#60562)
c1d32d9a20d CC Mode: Prevent ids in temporary "declarators" getting i...
140824dc099 ; Fix more quoting in w32fns.c.
f367ba3ed03 ; Avoid byte-compiler warning in eglot.el
1b458aced72 ; * lisp/progmodes/eglot.el: Remove stray space.
7c8eac8fbcb ; * src/w32fns.c: Fix quoting. Patch by Arash Esbati <ar...
67df34c143d Fix M-x eglot prompt when connection already exists (bug#...
3d1e74c82a8 Fix tree-sitter indent preset function (bug#60270)
352e41016bc ruby-ts-mode: Support the option ruby-block-indent
44c9cb8653d Improve indentation for jsx
82ae9caaddb * lisp/subr.el (while-let): Fix docs if-let->if-let* (bug...
f16bd1ead43 Revert "* lisp/subr.el (while-let): Use if-let, not if-le...
c8d54809727 Bump use-package version for Emacs 29.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 192d3ddf27a..b4192a5ffa6 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -10396,8 +10396,8 @@ to be converted to forward slashes by the caller. */) | |||
| 10396 | #endif /* WINDOWSNT */ | 10396 | #endif /* WINDOWSNT */ |
| 10397 | 10397 | ||
| 10398 | /* Query a value from the Windows Registry (under HKCU and HKLM), | 10398 | /* Query a value from the Windows Registry (under HKCU and HKLM), |
| 10399 | where `key` is the registry key, `name` is the name, and `lpdwtype` | 10399 | where `key' is the registry key, `name' is the name, and `lpdwtype' |
| 10400 | is a pointer to the return value's type. `lpwdtype` can be NULL if | 10400 | is a pointer to the return value's type. `lpwdtype' can be NULL if |
| 10401 | you do not care about the type. | 10401 | you do not care about the type. |
| 10402 | 10402 | ||
| 10403 | Returns: pointer to the value, or null pointer if the key/name does | 10403 | Returns: pointer to the value, or null pointer if the key/name does |
| @@ -10664,7 +10664,7 @@ pops up the Windows Run dialog, <lwindow>-<Pause> pops up the "System | |||
| 10664 | Properties" dialog, etc. On Windows 10, no \"Windows\" key | 10664 | Properties" dialog, etc. On Windows 10, no \"Windows\" key |
| 10665 | combinations are normally handed to applications. To enable Emacs to | 10665 | combinations are normally handed to applications. To enable Emacs to |
| 10666 | process \"Windows\" key combinations, use the function | 10666 | process \"Windows\" key combinations, use the function |
| 10667 | `w32-register-hot-key`. | 10667 | `w32-register-hot-key'. |
| 10668 | 10668 | ||
| 10669 | For Windows 98/ME, see the doc string of `w32-phantom-key-code'. */); | 10669 | For Windows 98/ME, see the doc string of `w32-phantom-key-code'. */); |
| 10670 | Vw32_pass_lwindow_to_system = Qt; | 10670 | Vw32_pass_lwindow_to_system = Qt; |
| @@ -10683,7 +10683,7 @@ pops up the Windows Run dialog, <rwindow>-<Pause> pops up the "System | |||
| 10683 | Properties" dialog, etc. On Windows 10, no \"Windows\" key | 10683 | Properties" dialog, etc. On Windows 10, no \"Windows\" key |
| 10684 | combinations are normally handed to applications. To enable Emacs to | 10684 | combinations are normally handed to applications. To enable Emacs to |
| 10685 | process \"Windows\" key combinations, use the function | 10685 | process \"Windows\" key combinations, use the function |
| 10686 | `w32-register-hot-key`. | 10686 | `w32-register-hot-key'. |
| 10687 | 10687 | ||
| 10688 | For Windows 98/ME, see the doc string of `w32-phantom-key-code'. */); | 10688 | For Windows 98/ME, see the doc string of `w32-phantom-key-code'. */); |
| 10689 | Vw32_pass_rwindow_to_system = Qt; | 10689 | Vw32_pass_rwindow_to_system = Qt; |
| @@ -10698,7 +10698,7 @@ acting on \"Windows\" key events when `w32-pass-lwindow-to-system' or | |||
| 10698 | `w32-pass-rwindow-to-system' is nil. | 10698 | `w32-pass-rwindow-to-system' is nil. |
| 10699 | 10699 | ||
| 10700 | This variable is only used on Windows 98 and ME. For other Windows | 10700 | This variable is only used on Windows 98 and ME. For other Windows |
| 10701 | versions, see the documentation of the `w32-register-hot-key` | 10701 | versions, see the documentation of the `w32-register-hot-key' |
| 10702 | function. */); | 10702 | function. */); |
| 10703 | /* Although 255 is technically not a valid key code, it works and | 10703 | /* Although 255 is technically not a valid key code, it works and |
| 10704 | means that this hack won't interfere with any real key code. */ | 10704 | means that this hack won't interfere with any real key code. */ |
| @@ -10732,7 +10732,7 @@ The value can be hyper, super, meta, alt, control or shift for the | |||
| 10732 | respective modifier, or nil to appear as the `lwindow' key. | 10732 | respective modifier, or nil to appear as the `lwindow' key. |
| 10733 | Any other value will cause the key to be ignored. | 10733 | Any other value will cause the key to be ignored. |
| 10734 | 10734 | ||
| 10735 | Also see the documentation of the `w32-register-hot-key` function. */); | 10735 | Also see the documentation of the `w32-register-hot-key' function. */); |
| 10736 | Vw32_lwindow_modifier = Qnil; | 10736 | Vw32_lwindow_modifier = Qnil; |
| 10737 | 10737 | ||
| 10738 | DEFVAR_LISP ("w32-rwindow-modifier", | 10738 | DEFVAR_LISP ("w32-rwindow-modifier", |
| @@ -10742,7 +10742,7 @@ The value can be hyper, super, meta, alt, control or shift for the | |||
| 10742 | respective modifier, or nil to appear as the `rwindow' key. | 10742 | respective modifier, or nil to appear as the `rwindow' key. |
| 10743 | Any other value will cause the key to be ignored. | 10743 | Any other value will cause the key to be ignored. |
| 10744 | 10744 | ||
| 10745 | Also see the documentation of the `w32-register-hot-key` function. */); | 10745 | Also see the documentation of the `w32-register-hot-key' function. */); |
| 10746 | Vw32_rwindow_modifier = Qnil; | 10746 | Vw32_rwindow_modifier = Qnil; |
| 10747 | 10747 | ||
| 10748 | DEFVAR_LISP ("w32-apps-modifier", | 10748 | DEFVAR_LISP ("w32-apps-modifier", |
| @@ -11271,7 +11271,7 @@ globals_of_w32fns (void) | |||
| 11271 | get_proc_addr (hm_kernel32, "SetThreadDescription"); | 11271 | get_proc_addr (hm_kernel32, "SetThreadDescription"); |
| 11272 | 11272 | ||
| 11273 | /* Support OS dark mode on Windows 10 version 1809 and higher. | 11273 | /* Support OS dark mode on Windows 10 version 1809 and higher. |
| 11274 | See `w32_applytheme` which uses appropriate APIs per version of Windows. | 11274 | See `w32_applytheme' which uses appropriate APIs per version of Windows. |
| 11275 | For future wretches who may need to understand Windows build numbers: | 11275 | For future wretches who may need to understand Windows build numbers: |
| 11276 | https://docs.microsoft.com/en-us/windows/release-health/release-information | 11276 | https://docs.microsoft.com/en-us/windows/release-health/release-information |
| 11277 | */ | 11277 | */ |