]> git.eshelyaron.com Git - emacs.git/commitdiff
cua-rect help: check for 'control value
authorPierre-Yves Luyten <py@luyten.fr>
Sat, 3 Aug 2019 19:46:40 +0000 (21:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 3 Aug 2019 19:46:40 +0000 (21:46 +0200)
* lisp/emulation/cua-rect.el (cua-help-for-rectangle): Check for
'control value (bug#18120).

Copyright-paperwork-exempt: yes

lisp/emulation/cua-rect.el

index 1a19cc2910e89042bc6ed80999a3d327b9b379f6..14415585efb38caa7906179b3c68fae912b66f45 100644 (file)
@@ -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" "")