-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix "Symbol's value as variable is void: kill-region" errors in Emacs 29.0.50 #1356
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hungptit
changed the title
Initial commit
Fix "Symbol's value as variable is void: kill-region" in Emacs 29.0.50
Feb 21, 2022
hungptit
changed the title
Fix "Symbol's value as variable is void: kill-region" in Emacs 29.0.50
Fix "Symbol's value as variable is void: kill-region" errors in Emacs 29.0.50
Feb 21, 2022
@bbatsov Could you take a look at this MR? |
Looks good to me. |
jth
pushed a commit
to jth/prelude
that referenced
this pull request
Apr 12, 2022
stefankeidel
pushed a commit
to stefankeidel/emacs-config
that referenced
this pull request
Oct 4, 2022
biern
pushed a commit
to biern/prelude
that referenced
this pull request
Oct 16, 2022
suutari-ai
added a commit
to suutari-ai/prelude
that referenced
this pull request
Jan 10, 2023
* 'master' of github.com:bbatsov/prelude: Remove helm-config. Update rust module (bbatsov#1388) Search sample/prelude-modules.el in prelude-dir during init Documentation for prelude orgmode Enable cleaner org-habits [Docs] Update the cheatsheet output (png and pdf). Fix copypasta in ruby.md Add magit-section to pinned packages Update installation.md Ignore eln-cache directory Minor typo fix [Docs] Mention flycheck-ocaml [Docs] Document the OCaml support Fix warning Add basic support for Literate Programming (bbatsov#1370) add last change to changelog Disable super-save on go-mode Document a workaround for fixing C-a in term-mode Bump the copyright years [bbatsov#1335] Workaround for which-key display bug (bbatsov#1349) Move go doc to new location (bbatsov#1366) GitHub actions CI (bbatsov#1362) Update of prelude-go to replace gocode backend with lsp-mode and gopls (bbatsov#1363) Fix contribute.md minor issues [DOCS] change pages to nav [DOCS] Add module for Rust language [DOCS] Add missing modules [DOCS] Formating text to 80 char lines and update available modules [DOCS] Update the Changelog [DOCS] Fix problem with Edit in github link [DOCS] Keep index.md to 80 char lines and a couple of minor edits Fix "Symbol's value as variable is void: kill-region" errors in Emacs 29.0.50 (bbatsov#1356)
mklvr
pushed a commit
to mklvr/prelude
that referenced
this pull request
Apr 11, 2023
jmuhlich
pushed a commit
to jmuhlich/prelude
that referenced
this pull request
May 23, 2023
Bklyn
pushed a commit
to Bklyn/prelude
that referenced
this pull request
Dec 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This simple change fixes the issues mentioned in #1351.
The fix is suggested by @billsacks. And I have verified that the proposed change fixes Emacs-29 issues in my machine.
Before submitting the PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):
Thanks!