]> git.eshelyaron.com Git - emacs.git/commitdiff
(newsticker-treeview-treewindow-width)
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Nov 2009 07:13:29 +0000 (07:13 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Nov 2009 07:13:29 +0000 (07:13 +0000)
(newsticker-treeview-listwindow-height): Fix custom type.

lisp/ChangeLog
lisp/net/newst-treeview.el

index 253675c688ae33e37046eaba92c06c61a8332159..e1a7757fbdb0b156f70ca0bef1f52601aa60a909 100644 (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
index b7c3390b42a893dd6b451f70e3d15c7e45e1c253..01b08c2d66ffe7d91cf7d676d7f25d32217b1d65 100644 (file)
   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