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:
510d310
)
(gnus-string-width): New function.
author
shuhei-k
<shuhei-k>
Sat, 22 Aug 1998 21:59:01 +0000
(21:59 +0000)
committer
shuhei-k
<shuhei-k>
Sat, 22 Aug 1998 21:59:01 +0000
(21:59 +0000)
lisp/gnus-util.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-util.el
b/lisp/gnus-util.el
index
dbb5baa
..
876e2fc
100644
(file)
--- a/
lisp/gnus-util.el
+++ b/
lisp/gnus-util.el
@@
-75,6
+75,9
@@
(set symbol nil))
symbol))
+(defun gnus-string-width (str)
+ (length str))
+
(defun gnus-truncate-string (str width)
(substring str 0 width))