diff options
Diffstat (limited to 'lisp/emulation/edt.el')
-rw-r--r-- | lisp/emulation/edt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index b29ad7702ef..f61de9208d1 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -788,7 +788,7 @@ Argument NUM is the number of lines to delete." In select mode, selected text is highlighted." (if arg (progn - (set (make-local-variable 'edt-select-mode) 'edt-select-mode-current) + (setq-local edt-select-mode 'edt-select-mode-current) (setq rect-start-point (window-point))) (progn (kill-local-variable 'edt-select-mode))) |