From: Michael Albinus Date: Fri, 3 May 2019 08:05:15 +0000 (+0200) Subject: ; Fix declaration in tramp-compat.el X-Git-Tag: emacs-27.0.90~3009 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b0cb7b261b5b5443413aac65dcfc7a934838f90;p=emacs.git ; Fix declaration in tramp-compat.el --- diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el index a05c8419782..b8a2b451360 100644 --- a/lisp/net/tramp-compat.el +++ b/lisp/net/tramp-compat.el @@ -45,8 +45,8 @@ (require 'timer) (require 'ucs-normalize) -(declare-function tramp-compat-file-local-name 'tramp-compat) -(declare-function tramp-compat-file-name-quoted-p 'tramp-compat) +(declare-function tramp-compat-file-local-name "tramp-compat") +(declare-function tramp-compat-file-name-quoted-p "tramp-compat") ;; For not existing functions, obsolete functions, or functions with a ;; changed argument list, there are compiler warnings. We want to