From: Pierre-Yves Luyten Date: Sat, 3 Aug 2019 19:46:40 +0000 (+0200) Subject: cua-rect help: check for 'control value X-Git-Tag: emacs-27.0.90~1726 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b60b6ffb35f4ffbeecb73381e58712ff5cdd7e40;p=emacs.git cua-rect help: check for 'control value * lisp/emulation/cua-rect.el (cua-help-for-rectangle): Check for 'control value (bug#18120). Copyright-paperwork-exempt: yes --- diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index 1a19cc2910e..14415585efb 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el @@ -1362,6 +1362,7 @@ With prefix arg, indent to that column." (let ((M (cond ((eq cua--rectangle-modifier-key 'hyper) " H-") ((eq cua--rectangle-modifier-key 'super) " s-") ((eq cua--rectangle-modifier-key 'alt) " A-") + ((eq cua--rectangle-modifier-key 'control) " C-") (t " M-")))) (message (concat (if help "C-?:help" "")