emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8b0cb7b: ; Fix declaration in tramp-compat.el


From: Michael Albinus
Subject: [Emacs-diffs] master 8b0cb7b: ; Fix declaration in tramp-compat.el
Date: Fri, 3 May 2019 04:05:26 -0400 (EDT)

branch: master
commit 8b0cb7b261b5b5443413aac65dcfc7a934838f90
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; 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 a05c841..b8a2b45 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]