diff options
| author | Glenn Morris | 2013-12-28 00:21:33 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-12-28 00:21:33 -0800 |
| commit | 9c5a5c77000b452bdf3ee98e366d5ee6df54b5a4 (patch) | |
| tree | ef44cc96cd987b6c079fd1533ab9d9b896980758 /lisp/erc/ChangeLog | |
| parent | 7e99158aac0347f62647618200fc5d90681cd2e9 (diff) | |
| download | emacs-9c5a5c77000b452bdf3ee98e366d5ee6df54b5a4.tar.gz emacs-9c5a5c77000b452bdf3ee98e366d5ee6df54b5a4.zip | |
Every defcustom should specify its type
* apropos.el (apropos-match-face):
* calculator.el (calculator-displayer):
* dabbrev.el (dabbrev-search-these-buffers-only):
* face-remap.el (buffer-face-mode-face):
* simple.el (yank-handled-properties):
* emacs-lisp/testcover.el (testcover-potentially-1value-functions):
* mail/footnote.el (footnote-mode-line-string, footnote-prefix):
* mail/hashcash.el (hashcash-accept-resources, hashcash-program)
(hashcash-double-spend-database):
* progmodes/ruby-mode.el (ruby-deep-indent-paren)
(ruby-deep-indent-paren-style):
* textmodes/flyspell.el (flyspell-auto-correct-binding):
* textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
(rst-toc-insert-number-separator, rst-toc-insert-max-level):
* vc/pcvs-defs.el (cvs-minor-mode-prefix):
* erc/erc-log.el (erc-log-file-coding-system):
* gnus/gnus-sieve.el (gnus-sieve-select-method):
* gnus/gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
(gravatar-rating, gravatar-size):
* gnus/message.el (message-minibuffer-local-map):
* gnus/sieve-manage.el (sieve-manage-authenticators)
(sieve-manage-authenticator-alist):
Specify custom types.
* mail/hashcash.el (hashcash-program): Rename from hashcash-path.
Update callers.
Diffstat (limited to 'lisp/erc/ChangeLog')
| -rw-r--r-- | lisp/erc/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 9847ee49daf..46c93ccebd6 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-12-28 Glenn Morris <rgm@gnu.org> | 1 | 2013-12-28 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * erc-log.el (erc-log-file-coding-system): Specify custom type. | ||
| 4 | |||
| 3 | * erc-button.el (erc-button-alist): Fix custom type. | 5 | * erc-button.el (erc-button-alist): Fix custom type. |
| 4 | 6 | ||
| 5 | 2013-11-25 Glenn Morris <rgm@gnu.org> | 7 | 2013-11-25 Glenn Morris <rgm@gnu.org> |