diff options
| author | Glenn Morris | 2011-02-18 00:17:20 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-18 00:17:20 -0800 |
| commit | 15e0d5a174f7ea30f5e15957234019fe89cbcf87 (patch) | |
| tree | 108ab3cafe0c2c759f1c00f3458b85d064cdc742 | |
| parent | 002b46b7b4ce36db8f38eb86dcd3039e621603d5 (diff) | |
| download | emacs-15e0d5a174f7ea30f5e15957234019fe89cbcf87.tar.gz emacs-15e0d5a174f7ea30f5e15957234019fe89cbcf87.zip | |
* lisp/emulation/cua-base.el (pc-selection-mode): Declare.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/emulation/cua-base.el | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6db7e1eb13f..911bee76dbf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-02-18 Glenn Morris <rgm@gnu.org> | 1 | 2011-02-18 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emulation/cua-base.el (pc-selection-mode): Declare. | ||
| 4 | |||
| 3 | * emacs-lisp/eieio-custom.el: Set generated-autoload-file. | 5 | * emacs-lisp/eieio-custom.el: Set generated-autoload-file. |
| 4 | (customize-object): Add autoload cookie. | 6 | (customize-object): Add autoload cookie. |
| 5 | * emacs-lisp/eieio-opt.el: Set generated-autoload-file. | 7 | * emacs-lisp/eieio-opt.el: Set generated-autoload-file. |
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 267317594b1..0df9e7b16aa 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -1518,6 +1518,9 @@ If ARG is the atom `-', scroll upward by nearly full screen." | |||
| 1518 | c-beginning-of-statement c-end-of-statement)) | 1518 | c-beginning-of-statement c-end-of-statement)) |
| 1519 | (put cmd 'CUA 'move)) | 1519 | (put cmd 'CUA 'move)) |
| 1520 | 1520 | ||
| 1521 | ;; Only called if pc-selection-mode is t, which means pc-select is loaded. | ||
| 1522 | (declare-function pc-selection-mode "pc-select" (&optional arg)) | ||
| 1523 | |||
| 1521 | ;; State prior to enabling cua-mode | 1524 | ;; State prior to enabling cua-mode |
| 1522 | ;; Value is a list with the following elements: | 1525 | ;; Value is a list with the following elements: |
| 1523 | ;; transient-mark-mode | 1526 | ;; transient-mark-mode |