Use lexical-binding in files-x-tests.el
* test/lisp/files-x-tests.el: Use lexical-binding. (remote-null-device): Declare.
This commit is contained in:
parent
0e6f1e4e80
commit
95a458724d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; files-x-tests.el --- tests for files-x.el.
|
||||
;;; files-x-tests.el --- tests for files-x.el. -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2016-2020 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
|||
'((remote-null-device . "/dev/null")))
|
||||
(defconst files-x-test--variables4
|
||||
'((remote-null-device . "null")))
|
||||
(defvar remote-null-device)
|
||||
(put 'remote-shell-file-name 'safe-local-variable #'identity)
|
||||
(put 'remote-shell-command-switch 'safe-local-variable #'identity)
|
||||
(put 'remote-shell-interactive-switch 'safe-local-variable #'identity)
|
||||
|
|
Loading…
Add table
Reference in a new issue