]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cedet/semantic/grammar.el (eldoc-function-argstring)
authorGlenn Morris <rgm@gnu.org>
Tue, 5 May 2015 00:46:47 +0000 (20:46 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 5 May 2015 00:46:47 +0000 (20:46 -0400)
(eldoc-docstring-format-sym-doc, eldoc-last-data-store)
(eldoc-get-fnsym-args-string, eldoc-get-var-docstring):
Remove outdated declarations.

lisp/cedet/semantic/grammar.el

index 7a92a12ed53079e728d9f6db20010b73366b392a..15ad98724467e61273e5d1b594089b3f05a7a45e 100644 (file)
@@ -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)