aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-08-13 00:42:51 -0700
committerGlenn Morris2013-08-13 00:42:51 -0700
commitf0024d8c0dbe5dcb2551bf2433af39ffe7cb8f7a (patch)
tree325046b1f3fb9cffa88ac99ce51a16eb5edc0c76 /lisp/ChangeLog
parentae3f0661b3baf53dec77c14b9b54530094f09904 (diff)
downloademacs-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/ChangeLog7
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 @@
12013-08-13 Glenn Morris <rgm@gnu.org> 12013-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
52013-08-13 Stefan Monnier <monnier@iro.umontreal.ca> 122013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>