diff options
author | Bill Wohler <wohler@newt.com> | 2011-07-09 13:25:54 -0700 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2011-07-09 13:25:54 -0700 |
commit | 972e3b728f7beced03bb337f727540c3f2c913f8 (patch) | |
tree | 7bc497a8b0fc06f07f5abecd759a345365d9e8b9 /lisp/mh-e/mh-funcs.el | |
parent | 5a47220aaa77a27bf26e082789efe3c2da7fec9d (diff) | |
download | emacs-972e3b728f7beced03bb337f727540c3f2c913f8.tar.gz emacs-972e3b728f7beced03bb337f727540c3f2c913f8.tar.bz2 emacs-972e3b728f7beced03bb337f727540c3f2c913f8.zip |
Document "ignored" arguments to keep checkdoc happy.
* mh-speed.el (mh-speed-toggle,mh-speed-view): Ditto
* mh-search.el (mh-flists-execute): Ditto.
* mh-funcs.el (mh-undo-folder): Ditto.
* mh-comp.el (mh-user-agent-compose): Ditto.
Diffstat (limited to 'lisp/mh-e/mh-funcs.el')
-rw-r--r-- | lisp/mh-e/mh-funcs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index dfac684ed50..46a04c38845 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el @@ -349,7 +349,7 @@ See `mh-store-msg' for a description of DIRECTORY." (error "Error occurred during execution of %s" command))))) ;;;###mh-autoload -(defun mh-undo-folder (&rest _ignored) +(defun mh-undo-folder (&rest ignored) "Undo all refiles and deletes in the current folder. Arguments are IGNORED (for `revert-buffer')." (interactive) |