emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 598b45a 3/4: Autoload cua-toggle-rectangle-mark (


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 598b45a 3/4: Autoload cua-toggle-rectangle-mark (Bug#34947)
Date: Fri, 19 Apr 2019 15:23:42 -0400 (EDT)

branch: emacs-26
commit 598b45adbd8cfc39cf797465ce57a5a50fe730d5
Author: Braun Gábor <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Autoload cua-toggle-rectangle-mark (Bug#34947)
    
    * lisp/emulation/cua-base.el (cua-toggle-rectangle-mark): Autoload it.
    Library cua-base.el binds cua-toggle-rectangle-mark to a key in the
    :set function in (defcustom cua-rectangle-mark-key ...), so it should
    ensure that the command is defined.
    
    Copyright-paperwork-exempt: yes
---
 lisp/emulation/cua-base.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index e0efd46..4dd292f 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -592,6 +592,7 @@ a cons (TYPE . COLOR), then both properties are affected."
 
 (autoload 'cua-set-rectangle-mark "cua-rect"
   "Start rectangle at mouse click position." t nil)
+(autoload 'cua-toggle-rectangle-mark "cua-rect" nil t)
 
 ;; Stub definitions until it is loaded
 (defvar cua--rectangle)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]