From 15e0d5a174f7ea30f5e15957234019fe89cbcf87 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 18 Feb 2011 00:17:20 -0800 Subject: [PATCH] * lisp/emulation/cua-base.el (pc-selection-mode): Declare. --- lisp/ChangeLog | 2 ++ lisp/emulation/cua-base.el | 3 +++ 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6db7e1eb13f..911bee76dbf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-02-18 Glenn Morris + * emulation/cua-base.el (pc-selection-mode): Declare. + * emacs-lisp/eieio-custom.el: Set generated-autoload-file. (customize-object): Add autoload cookie. * 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." c-beginning-of-statement c-end-of-statement)) (put cmd 'CUA 'move)) +;; Only called if pc-selection-mode is t, which means pc-select is loaded. +(declare-function pc-selection-mode "pc-select" (&optional arg)) + ;; State prior to enabling cua-mode ;; Value is a list with the following elements: ;; transient-mark-mode -- 2.39.2