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
ee5137b3
Commit
ee5137b3
authored
Jan 09, 2006
by
John Paul Wallington
Browse files
(custom-comment) <defface>: Add TTY definitions.
parent
ffb5fc37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/cus-edit.el
lisp/cus-edit.el
+8
-5
No files found.
lisp/ChangeLog
View file @
ee5137b3
2006-01-09 John Paul Wallington <jpw@gnu.org>
* cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
* reveal.el (reveal-open-new-overlays): New extracted fun.
...
...
lisp/cus-edit.el
View file @
ee5137b3
;;; cus-edit.el --- tools for customizing Emacs and Lisp packages
;;
;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;;
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Maintainer: FSF
...
...
@@ -2266,14 +2266,17 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"."
;;; The `custom-comment' Widget.
;; like the editable field
(defface custom-comment '((((class grayscale color)
(defface custom-comment '((((type tty))
:background "
yellow3
"
:foreground "
black
")
(((class grayscale color)
(background light))
(
:background "
gray85
")
)
:background "
gray85
")
(((class grayscale color)
(background dark))
(
:background "
dim
gray
")
)
:background "
dim
gray
")
(t
(
:slant italic))
)
:slant italic))
"
Face
used
for
comments
on
variables
or
faces
"
:version "
21.1
"
:group 'custom-faces)
...
...
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