projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31091ff
)
(gnus-ems-redefine): Revive annulling of `gnus-summary-set-display-table'.
author
yamaoka
<yamaoka>
Thu, 5 Oct 2000 13:11:04 +0000
(13:11 +0000)
committer
yamaoka
<yamaoka>
Thu, 5 Oct 2000 13:11:04 +0000
(13:11 +0000)
lisp/gnus-ems.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-ems.el
b/lisp/gnus-ems.el
index
c898bc9
..
e7fdc48
100644
(file)
--- a/
lisp/gnus-ems.el
+++ b/
lisp/gnus-ems.el
@@
-112,6
+112,8
@@
(defvar gnus-summary-display-table nil
"Display table used in summary mode buffers.")
+ (defalias 'gnus-summary-set-display-table (lambda ()))
+
(if (fboundp 'truncate-string-to-width)
(fset 'gnus-truncate-string 'truncate-string-to-width)
(fset 'gnus-truncate-string 'truncate-string))