comparison lisp/erc/erc-match.el @ 92148:f991f10f15ec

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
author Miles Bader <miles@gnu.org>
date Sun, 24 Feb 2008 10:09:07 +0000
parents 107ccd98fa12 f57e67bfe61a
children 2a734255bcc7
comparison
equal deleted inserted replaced
92147:773ae07da318 92148:f991f10f15ec
254 (modify-syntax-entry ?_ "w" table) 254 (modify-syntax-entry ?_ "w" table)
255 (modify-syntax-entry ?| "w" table) 255 (modify-syntax-entry ?| "w" table)
256 (modify-syntax-entry ?\\ "w" table) 256 (modify-syntax-entry ?\\ "w" table)
257 table) 257 table)
258 "Syntax table used when highlighting messages. 258 "Syntax table used when highlighting messages.
259 This syntax table should make all the legal nick characters word 259 This syntax table should make all the valid nick characters word
260 constituents.") 260 constituents.")
261 261
262 ;; Faces: 262 ;; Faces:
263 263
264 (defface erc-current-nick-face '((t (:bold t :foreground "DarkTurquoise"))) 264 (defface erc-current-nick-face '((t (:bold t :foreground "DarkTurquoise")))