Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pacify Emacs 31 compiler warnings #744

Merged
merged 1 commit into from
Nov 2, 2024
Merged

Conversation

dr-scsi
Copy link
Contributor

@dr-scsi dr-scsi commented Nov 1, 2024

  • doom-modeline-core.el (doom-modeline-set-modeline) (doom-modeline-propertize-icon, doom-modeline--project-root) (doom-modeline--buffer-file-name):
  • doom-modeline-env.el (doom-modeline-env--get):
  • doom-modeline-segments.el (doom-modeline--buffer-mode-icon) (doom-modeline--buffer-state-icon, doom-modeline--buffer-name) (calc, remote-host, check, workspace-name, input-method, repl) (lsp, doom-modeline--debug-dap): Use when-let*' instead of in Emacs 31 deprecated when-let'.

* doom-modeline-core.el (doom-modeline-set-modeline)
(doom-modeline-propertize-icon, doom-modeline--project-root)
(doom-modeline--buffer-file-name):
* doom-modeline-env.el (doom-modeline-env--get):
* doom-modeline-segments.el (doom-modeline--buffer-mode-icon)
(doom-modeline--buffer-state-icon, doom-modeline--buffer-name)
(calc, remote-host, check, workspace-name, input-method, repl)
(lsp, doom-modeline--debug-dap): Use `when-let*' instead of in
Emacs 31 deprecated `when-let'.
@seagle0128 seagle0128 merged commit 645ef52 into seagle0128:master Nov 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants