/[emacs]/emacs/lisp/faces.el
ViewVC logotype

Diff of /emacs/lisp/faces.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.317 by monnier, Mon Jun 13 20:47:08 2005 UTC revision 1.318 by rms, Fri Jun 17 14:30:55 2005 UTC
# Line 2035  Note: Other faces cannot inherit from th Line 2035  Note: Other faces cannot inherit from th
2035    :group 'basic-faces)    :group 'basic-faces)
2036    
2037    
2038  (defface underline '((t :underline t))  (defface underline '((((supports :underline t))
2039                          :underline t)
2040                         (((supports :weight bold))
2041                          :weight bold)
2042                         (t :underline t))
2043    "Basic underlined face."    "Basic underlined face."
2044    :group 'basic-faces)    :group 'basic-faces)
2045    

Legend:
Removed from v.1.317  
changed lines
  Added in v.1.318

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26