Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
746abd4d
Commit
746abd4d
authored
Sep 05, 2008
by
Eli Zaretskii
Browse files
Move comment for last change to right place.
parent
19758b95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/cus-edit.el
lisp/cus-edit.el
+3
-3
No files found.
lisp/cus-edit.el
View file @
746abd4d
...
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment