From: morioka Date: Mon, 26 Oct 1998 16:08:16 +0000 (+0000) Subject: (set-cursor-color): New function. X-Git-Tag: apel-9_7~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=376392c3ddc85b093a381e71d32b0d72d23f6938;p=elisp%2Fapel.git (set-cursor-color): New function. --- diff --git a/poe-xemacs.el b/poe-xemacs.el index 7ca74b8..a009350 100644 --- a/poe-xemacs.el +++ b/poe-xemacs.el @@ -30,8 +30,7 @@ (defun-maybe set-cursor-color (color-name) "Set the text cursor color of the selected frame to COLOR. -When called interactively, prompt for the name of the color to use. -To get the frame's current cursor color, use `frame-parameters'." +When called interactively, prompt for the name of the color to use." (interactive "sColor: ") (set-frame-property (selected-frame) 'cursor-color (if (color-instance-p color-name)