From: Glenn Morris Date: Tue, 5 May 2015 00:46:47 +0000 (-0400) Subject: * lisp/cedet/semantic/grammar.el (eldoc-function-argstring) X-Git-Tag: emacs-25.0.90~2204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=201f91e5ad9619d71e1dfed327f47cb6923edd16;p=emacs.git * lisp/cedet/semantic/grammar.el (eldoc-function-argstring) (eldoc-docstring-format-sym-doc, eldoc-last-data-store) (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Remove outdated declarations. --- diff --git a/lisp/cedet/semantic/grammar.el b/lisp/cedet/semantic/grammar.el index 7a92a12ed53..15ad9872446 100644 --- a/lisp/cedet/semantic/grammar.el +++ b/lisp/cedet/semantic/grammar.el @@ -1659,12 +1659,6 @@ Select the buffer containing the tag's definition, and move point there." ) "Association of syntax elements, and the corresponding help.") -(declare-function eldoc-function-argstring "eldoc") -(declare-function eldoc-docstring-format-sym-doc "eldoc") -(declare-function eldoc-last-data-store "eldoc") -(declare-function eldoc-get-fnsym-args-string "eldoc") -(declare-function eldoc-get-var-docstring "eldoc") - (defvar semantic-grammar-eldoc-last-data (cons nil nil)) (defun semantic-grammar-eldoc-get-macro-docstring (macro expander)