Skip to content

Commit 1704700

Browse files
hungptitjmuhlich
authored andcommitted
Fix "Symbol's value as variable is void: kill-region" errors in Emacs 29.0.50 (bbatsov#1356)
1 parent e76bb03 commit 1704700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/prelude-editor.el

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
;; note - this should be after volatile-highlights is required
167167
;; add the ability to cut the current line, without marking it
168168
(require 'rect)
169+
(require 'crux)
169170
(crux-with-region-or-line kill-region)
170171

171172
;; tramp, for sudo access

0 commit comments

Comments
 (0)