diff options
| author | Glenn Morris | 2009-11-19 07:13:29 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-11-19 07:13:29 +0000 |
| commit | 27cacd2d42b66bac45c7317c7edb0b7323e8dfc7 (patch) | |
| tree | 71179b238efce8aa19fb086acc2cea5305b43829 | |
| parent | 034460456c3b096c01a7d2c008f4babc99dca5a2 (diff) | |
| download | emacs-27cacd2d42b66bac45c7317c7edb0b7323e8dfc7.tar.gz emacs-27cacd2d42b66bac45c7317c7edb0b7323e8dfc7.zip | |
(newsticker-treeview-treewindow-width)
(newsticker-treeview-listwindow-height): Fix custom type.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/newst-treeview.el | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 253675c688a..e1a7757fbdb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-11-19 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * net/newst-treeview.el (newsticker-treeview-treewindow-width) | ||
| 4 | (newsticker-treeview-listwindow-height): Fix custom type. | ||
| 5 | |||
| 1 | 2009-11-19 Kenichi Handa <handa@m17n.org> | 6 | 2009-11-19 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * descr-text.el (describe-char-padded-string): Compose with TAB | 8 | * descr-text.el (describe-char-padded-string): Compose with TAB |
diff --git a/lisp/net/newst-treeview.el b/lisp/net/newst-treeview.el index b7c3390b42a..01b08c2d66f 100644 --- a/lisp/net/newst-treeview.el +++ b/lisp/net/newst-treeview.el | |||
| @@ -108,14 +108,14 @@ | |||
| 108 | 30 | 108 | 30 |
| 109 | "Width of tree window in treeview layout. | 109 | "Width of tree window in treeview layout. |
| 110 | See also `newsticker-treeview-listwindow-height'." | 110 | See also `newsticker-treeview-listwindow-height'." |
| 111 | :type 'int | 111 | :type 'integer |
| 112 | :group 'newsticker-treeview) | 112 | :group 'newsticker-treeview) |
| 113 | 113 | ||
| 114 | (defcustom newsticker-treeview-listwindow-height | 114 | (defcustom newsticker-treeview-listwindow-height |
| 115 | 10 | 115 | 10 |
| 116 | "Height of list window in treeview layout. | 116 | "Height of list window in treeview layout. |
| 117 | See also `newsticker-treeview-treewindow-width'." | 117 | See also `newsticker-treeview-treewindow-width'." |
| 118 | :type 'int | 118 | :type 'integer |
| 119 | :group 'newsticker-treeview) | 119 | :group 'newsticker-treeview) |
| 120 | 120 | ||
| 121 | (defcustom newsticker-treeview-automatically-mark-displayed-items-as-old | 121 | (defcustom newsticker-treeview-automatically-mark-displayed-items-as-old |