--- menu-bar.el 01 Jun 2006 10:24:47 +0200 1.293 +++ menu-bar.el 16 Sep 2006 00:14:12 +0200 @@ -510,7 +510,7 @@ (defun clipboard-yank () "Insert the clipboard contents, or the last stretch of killed text." - (interactive) + (interactive "*") (let ((x-select-enable-clipboard t)) (yank)))