mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Declaration fixes.
* lisp/net/network-stream.el (gnutls-negotiate): Fix declaration. * lisp/simple.el (tabulated-list-print): Fix declaration. * lisp/progmodes/gud.el (syntax-symbol, syntax-point): Remove unnecessary and incorrect declarations.
This commit is contained in:
parent
0bff894fc1
commit
cf5bee67f9
4 changed files with 9 additions and 4 deletions
|
|
@ -45,7 +45,7 @@
|
|||
(require 'tls)
|
||||
(require 'starttls)
|
||||
|
||||
(declare-function gnutls-negotiate "gnutls" (&rest spec))
|
||||
(declare-function gnutls-negotiate "gnutls" t t) ; defun*
|
||||
|
||||
;;;###autoload
|
||||
(defun open-network-stream (name buffer host service &rest parameters)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue