changeset 98001:c5c3ca209572

Move comment for last change to right place.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 05 Sep 2008 17:30:10 +0000
parents e872d487094b
children bccc81ffd08f
files lisp/cus-edit.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Fri Sep 05 15:08:34 2008 +0000
+++ b/lisp/cus-edit.el	Fri Sep 05 17:30:10 2008 +0000
@@ -2073,6 +2073,9 @@
      (:box (:line-width 2 :style released-button)
 	   :background "grey90" :foreground "black"))
     (t
+     ;; This is for text terminals that support mouse, like GPM mouse
+     ;; or the MS-DOS terminal: inverse-video makes the button stand
+     ;; out on mouse-over.
      (:inverse-video t)))
   "Mouse face for custom buffer buttons if `custom-raised-buttons' is non-nil."
   :version "22.1"
@@ -2095,9 +2098,6 @@
      (:box (:line-width 2 :style pressed-button)
 	   :background "lightgrey" :foreground "black"))
     (t
-     ;; This is for text terminals that support mouse, like GPM mouse
-     ;; or the MS-DOS terminal: inverse-video makes the button stand
-     ;; out on mouse-over.
      (:inverse-video t)))
   "Face for pressed custom buttons if `custom-raised-buttons' is non-nil."
   :version "21.1"