]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/trampver.el (inhibit-message): Declare.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 22 Dec 2019 12:47:38 +0000 (13:47 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 22 Dec 2019 12:47:38 +0000 (13:47 +0100)
lisp/net/trampver.el

index 64df1eeb8ba0b123941328e974078b41d8ab7373..49eab7fbc861c0f7ce3dce71a25c5b7d3b357189 100644 (file)
@@ -35,6 +35,9 @@
 ;; Emacs version check is defined in macro AC_EMACS_INFO of
 ;; aclocal.m4; should be changed only there.
 
+;; Needed for Emacs 24.
+(defvar inhibit-message)
+
 ;;;###tramp-autoload
 (defconst tramp-version "2.4.3-pre"
   "This version of Tramp.")