diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/cua-base.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index dc335a2eb82..b9ed8166d68 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -548,7 +548,7 @@ a cons (TYPE . COLOR), then both properties are affected." | |||
| 548 | 548 | ||
| 549 | ;;; Global Mark support is in cua-gmrk.el | 549 | ;;; Global Mark support is in cua-gmrk.el |
| 550 | 550 | ||
| 551 | (autoload 'cua-toggle-global-mark "cua-gmrk.el" nil t nil) | 551 | (autoload 'cua-toggle-global-mark "cua-gmrk" nil t nil) |
| 552 | 552 | ||
| 553 | ;; Stub definitions until cua-gmrk.el is loaded | 553 | ;; Stub definitions until cua-gmrk.el is loaded |
| 554 | 554 | ||