mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(newsticker-treeview-treewindow-width)
(newsticker-treeview-listwindow-height): Fix custom type.
This commit is contained in:
parent
034460456c
commit
27cacd2d42
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue