(newsticker-treeview-treewindow-width)

(newsticker-treeview-listwindow-height): Fix custom type.
This commit is contained in:
Glenn Morris 2009-11-19 07:13:29 +00:00
parent 034460456c
commit 27cacd2d42
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-11-19 Glenn Morris <rgm@gnu.org>
* net/newst-treeview.el (newsticker-treeview-treewindow-width)
(newsticker-treeview-listwindow-height): Fix custom type.
2009-11-19 Kenichi Handa <handa@m17n.org>
* descr-text.el (describe-char-padded-string): Compose with TAB

View file

@ -108,14 +108,14 @@
30
"Width of tree window in treeview layout.
See also `newsticker-treeview-listwindow-height'."
:type 'int
:type 'integer
:group 'newsticker-treeview)
(defcustom newsticker-treeview-listwindow-height
10
"Height of list window in treeview layout.
See also `newsticker-treeview-treewindow-width'."
:type 'int
:type 'integer
:group 'newsticker-treeview)
(defcustom newsticker-treeview-automatically-mark-displayed-items-as-old