From: Stefan Monnier Date: Tue, 16 Jul 2002 13:33:29 +0000 (+0000) Subject: (mouse-sel-original-interprogram-paste-function): Defvar it. X-Git-Tag: ttn-vms-21-2-B4~14107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caebc99b2a8f70920cf9629f0a2d098fe837c9e6;p=emacs.git (mouse-sel-original-interprogram-paste-function): Defvar it. --- diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 87a75a54c6f..f806395489d 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -198,7 +198,7 @@ If nil, point will always be placed at the beginning of the region." (defvar mouse-sel-original-bindings nil) (defvar mouse-sel-original-interprogram-cut-function nil) -(defvar mouse-sel-original-interprogram-cut-function nil) +(defvar mouse-sel-original-interprogram-paste-function nil) ;;;###autoload (define-minor-mode mouse-sel-mode