# HG changeset patch # User Eli Zaretskii # Date 1220635810 0 # Node ID c5c3ca209572ff07501c6580c1cc2b96b40ab331 # Parent e872d487094b578125ad219b5305e4f79ce63e14 Move comment for last change to right place. diff -r e872d487094b -r c5c3ca209572 lisp/cus-edit.el --- 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"