aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorGlenn Morris2009-09-16 03:13:55 +0000
committerGlenn Morris2009-09-16 03:13:55 +0000
commit77564fa48cbd34439311e72e2fba903fb7aa31fd (patch)
treef77de38c7624eae845d51ca5c049c17fea77446c /lisp/net
parent8480fc7c63f2bbea8a761ff4aab24cf61216268a (diff)
downloademacs-77564fa48cbd34439311e72e2fba903fb7aa31fd.tar.gz
emacs-77564fa48cbd34439311e72e2fba903fb7aa31fd.zip
(byte-compile-not-obsolete-vars): Set if bound.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp-compat.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el
index 96c8bd86b77..258bc2f4de0 100644
--- a/lisp/net/tramp-compat.el
+++ b/lisp/net/tramp-compat.el
@@ -88,6 +88,8 @@
88 (unless (boundp 'byte-compile-not-obsolete-var) 88 (unless (boundp 'byte-compile-not-obsolete-var)
89 (defvar byte-compile-not-obsolete-var nil)) 89 (defvar byte-compile-not-obsolete-var nil))
90 (setq byte-compile-not-obsolete-var 'directory-sep-char) 90 (setq byte-compile-not-obsolete-var 'directory-sep-char)
91 (if (boundp 'byte-compile-not-obsolete-vars) ; Emacs 23.2
92 (setq byte-compile-not-obsolete-vars '(directory-sep-char)))
91 93
92 ;; `with-temp-message' does not exists in XEmacs. 94 ;; `with-temp-message' does not exists in XEmacs.
93 (condition-case nil 95 (condition-case nil