diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-21 20:50:40 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-21 20:50:40 -0500 |
commit | cc0f2ece4753d6e15eaa9519dc672b9ef332a55d (patch) | |
tree | 6e1b64e83a6b0b1ec69c684f6413db104c352fcd /lisp/mail/rmail.el | |
parent | 1bf6ecf2b3fb69af5fce50111f8c911e3438f4b4 (diff) | |
download | emacs-cc0f2ece4753d6e15eaa9519dc672b9ef332a55d.tar.gz emacs-cc0f2ece4753d6e15eaa9519dc672b9ef332a55d.tar.bz2 emacs-cc0f2ece4753d6e15eaa9519dc672b9ef332a55d.zip |
Fix some function declarations
* lisp/calc/calc-embed.el (thing-at-point-looking-at):
* lisp/emacs-lisp/map-ynp.el (x-popup-dialog):
* lisp/obsolete/lmenu.el (x-popup-dialog):
* lisp/emacs-lisp/package.el (url-recreate-url):
* lisp/mail/mailclient.el (clipboard-kill-ring-save):
* lisp/subr.el (x-popup-dialog): Update declaration.
* lisp/mail/rmail.el (rmail-mime-message-p):
* lisp/window.el (tool-bar-lines-needed): Remove unnecessary declaration.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r-- | lisp/mail/rmail.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index cfde976ea0b..6692028c272 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -4121,7 +4121,6 @@ The message should be narrowed to just the headers." (autoload 'mail-position-on-field "sendmail") -(declare-function rmail-mime-message-p "rmailmm" ()) (declare-function rmail-mime-toggle-raw "rmailmm" (&optional state)) (defun rmail-retry-failure () |