diff options
| -rw-r--r-- | lisp/emulation/cua-rect.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 1362 | (let ((M (cond ((eq cua--rectangle-modifier-key 'hyper) " H-") | 1362 | (let ((M (cond ((eq cua--rectangle-modifier-key 'hyper) " H-") |
| 1363 | ((eq cua--rectangle-modifier-key 'super) " s-") | 1363 | ((eq cua--rectangle-modifier-key 'super) " s-") |
| 1364 | ((eq cua--rectangle-modifier-key 'alt) " A-") | 1364 | ((eq cua--rectangle-modifier-key 'alt) " A-") |
| 1365 | ((eq cua--rectangle-modifier-key 'control) " C-") | ||
| 1365 | (t " M-")))) | 1366 | (t " M-")))) |
| 1366 | (message | 1367 | (message |
| 1367 | (concat (if help "C-?:help" "") | 1368 | (concat (if help "C-?:help" "") |