mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
* lisp/net/rcirc.el (rcirc-monospace-text): Inherit 'fixed-pitch'
This commit is contained in:
parent
0fb9d096e3
commit
025ecf9e7b
1 changed files with 1 additions and 1 deletions
|
|
@ -3933,7 +3933,7 @@ PROCESS is the process object for the current connection."
|
|||
:group 'faces)
|
||||
|
||||
(defface rcirc-monospace-text
|
||||
'((t :family "Monospace"))
|
||||
'((t :inherit fixed-pitch))
|
||||
"Face used for monospace text in messages.")
|
||||
|
||||
(defface rcirc-my-nick ; font-lock-function-name-face
|
||||
|
|
|
|||
Loading…
Reference in a new issue