diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-09-05 17:30:10 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-09-05 17:30:10 +0000 |
commit | 746abd4d0d0c5082416697dc4f08887c362c0904 (patch) | |
tree | c95ad352df512e049bd8460e007c1f0174323ddb /lisp/cus-edit.el | |
parent | 19758b9562a0cb7325aeae1d99b347a4fbb18e46 (diff) | |
download | emacs-746abd4d0d0c5082416697dc4f08887c362c0904.tar.gz |
Move comment for last change to right place.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 0c810879a88..2e322606d52 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2073,6 +2073,9 @@ and `face'." (: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 @@ and `face'." (: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" |