]> code.delx.au - gnu-emacs/blobdiff - lisp/mouse-copy.el
(popup-dialog-box): Don't quote nil and t in docstrings.
[gnu-emacs] / lisp / mouse-copy.el
index 70a5b14e7b61b801870f6edba7a0556cc18ec2ef..259eb62956859dad6f2e791b9d1a1f3d7d9329fc 100644 (file)
@@ -151,7 +151,7 @@ If you have the bug (or the real fix :-), please let me know."
       (set-buffer end-buffer)
       (x-set-selection 'SECONDARY (buffer-substring beg end)))))
 
-    
+
 (defun mouse-drag-secondary-pasting (start-event)
   "Drag out a secondary selection, then paste it at the current point.
 
@@ -182,7 +182,7 @@ put the point at one place, then click and drag over some other region."
        (insert (x-get-selection 'SECONDARY))
        (setq mouse-copy-last-paste-end (point)))
     (setq mouse-copy-last-paste-start nil)))
-  
+
 
 (defun mouse-kill-preserving-secondary ()
   "Kill the text in the secondary selection, but leave the selection set.