From 01fce6ab8cd7f5adb089f0202529a32f9f9d2918 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 Mar 2004 16:56:14 +0000 Subject: Comment change. --- lisp/mouse-sel.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/mouse-sel.el') diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 57c131d43c..f9b90fbfc6 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -265,6 +265,8 @@ primary selection and region." (remove-hook 'x-lost-selection-hooks 'mouse-sel-lost-selection-hook) (dolist (binding mouse-sel-original-bindings) (global-set-key (car binding) (cdr binding))) + ;; Restore the old values of these variables, + ;; only if they were actually saved previously. (if mouse-sel-has-been-enabled (setq interprogram-cut-function mouse-sel-original-interprogram-cut-function -- cgit v1.2.3