Mercurial > emacs
changeset 106111:2a70bc301f41
(newsticker-treeview-treewindow-width)
(newsticker-treeview-listwindow-height): Fix custom type.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 19 Nov 2009 07:13:29 +0000 |
parents | a674c104db3d |
children | fae01f0dbfbe |
files | lisp/ChangeLog lisp/net/newst-treeview.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 19 07:12:12 2009 +0000 +++ b/lisp/ChangeLog Thu Nov 19 07:13:29 2009 +0000 @@ -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
--- a/lisp/net/newst-treeview.el Thu Nov 19 07:12:12 2009 +0000 +++ b/lisp/net/newst-treeview.el Thu Nov 19 07:13:29 2009 +0000 @@ -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