From 8b0cb7b261b5b5443413aac65dcfc7a934838f90 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 3 May 2019 10:05:15 +0200 Subject: ; Fix declaration in tramp-compat.el --- lisp/net/tramp-compat.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.1