diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-26 06:29:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-26 06:29:12 +0000 |
commit | 575dc9a2adf36f91c7a7e4393bb16010bb4b3f20 (patch) | |
tree | 8a01a2b65658b6fa7126e9c8c1cde9e859db0cf5 /lisp/gnus | |
parent | b57022b2a3c335340c12175e24c5a34216e4eae7 (diff) | |
download | emacs-575dc9a2adf36f91c7a7e4393bb16010bb4b3f20.tar.gz |
(gnus-emphasis-alist): Don't use caddr.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 239d6f23043..5430fd7afb5 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -191,7 +191,7 @@ asynchronously. The compressed face will be piped to this command." (lambda (spec) (list (format format (car spec) (cadr spec)) - 2 3 (intern (format "gnus-emphasis-%s" (caddr spec))))) + 2 3 (intern (format "gnus-emphasis-%s" (car (cddr spec)))))) types))) "Alist that says how to fontify certain phrases. Each item looks like this: |