diff options
| author | Glenn Morris | 2013-08-13 00:42:51 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-13 00:42:51 -0700 |
| commit | f0024d8c0dbe5dcb2551bf2433af39ffe7cb8f7a (patch) | |
| tree | 325046b1f3fb9cffa88ac99ce51a16eb5edc0c76 /lisp/ChangeLog | |
| parent | ae3f0661b3baf53dec77c14b9b54530094f09904 (diff) | |
| download | emacs-f0024d8c0dbe5dcb2551bf2433af39ffe7cb8f7a.tar.gz emacs-f0024d8c0dbe5dcb2551bf2433af39ffe7cb8f7a.zip | |
Fix some custom types
* lisp/cus-start.el (truncate-partial-width-windows): Fix type.
* lisp/emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
* lisp/mail/feedmail.el (feedmail-confirm-outgoing)
(feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
* admin/admin.el: Related comments.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7951188bbaf..a3b657b23ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2013-08-13 Glenn Morris <rgm@gnu.org> | 1 | 2013-08-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/feedmail.el (feedmail-confirm-outgoing) | ||
| 4 | (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types. | ||
| 5 | |||
| 6 | * cus-start.el (truncate-partial-width-windows): Fix type. | ||
| 7 | |||
| 8 | * emulation/viper-init.el (viper-search-scroll-threshold): Fix type. | ||
| 9 | |||
| 3 | * net/shr.el (shr-table-horizontal-line): Fix custom type. | 10 | * net/shr.el (shr-table-horizontal-line): Fix custom type. |
| 4 | 11 | ||
| 5 | 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca> |