aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-10-30 09:44:24 +0100
committerMichael Albinus2019-10-30 09:44:24 +0100
commitfc05708248e1af96d638debc08879008efaca1af (patch)
tree48d5ebbb50935d1ffa42ed1d1b8669665411b4d5
parent9e10ee754c8ffbe715879b7bba37a4523c8ee59d (diff)
downloademacs-fc05708248e1af96d638debc08879008efaca1af.tar.gz
emacs-fc05708248e1af96d638debc08879008efaca1af.zip
* lisp/net/tramp.el (outline-regexp): Remove declaration.
-rw-r--r--lisp/net/tramp.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 0dfde734f1d..adcc2a336f9 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -64,7 +64,6 @@
64(require 'cl-lib) 64(require 'cl-lib)
65(declare-function netrc-parse "netrc") 65(declare-function netrc-parse "netrc")
66(defvar auto-save-file-name-transforms) 66(defvar auto-save-file-name-transforms)
67(defvar outline-regexp)
68 67
69;;; User Customizable Internal Variables: 68;;; User Customizable Internal Variables:
70 69