diff options
| author | Michael Albinus | 2019-05-03 10:05:15 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-05-03 10:05:15 +0200 |
| commit | 8b0cb7b261b5b5443413aac65dcfc7a934838f90 (patch) | |
| tree | 00d479a309abb4691640ec2a5d6784a9cc52a4b6 | |
| parent | 9ae94ebdfa80cf3983c254696b5ab998f7296aec (diff) | |
| download | emacs-8b0cb7b261b5b5443413aac65dcfc7a934838f90.tar.gz emacs-8b0cb7b261b5b5443413aac65dcfc7a934838f90.zip | |
; Fix declaration in tramp-compat.el
| -rw-r--r-- | lisp/net/tramp-compat.el | 4 |
1 files 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 @@ | |||
| 45 | (require 'timer) | 45 | (require 'timer) |
| 46 | (require 'ucs-normalize) | 46 | (require 'ucs-normalize) |
| 47 | 47 | ||
| 48 | (declare-function tramp-compat-file-local-name 'tramp-compat) | 48 | (declare-function tramp-compat-file-local-name "tramp-compat") |
| 49 | (declare-function tramp-compat-file-name-quoted-p 'tramp-compat) | 49 | (declare-function tramp-compat-file-name-quoted-p "tramp-compat") |
| 50 | 50 | ||
| 51 | ;; For not existing functions, obsolete functions, or functions with a | 51 | ;; For not existing functions, obsolete functions, or functions with a |
| 52 | ;; changed argument list, there are compiler warnings. We want to | 52 | ;; changed argument list, there are compiler warnings. We want to |