diff options
| author | Torsten Hilbrich | 2020-11-19 21:48:29 +0100 |
|---|---|---|
| committer | Torsten Hilbrich | 2020-12-14 11:45:24 +0100 |
| commit | 0044a2e888a62eea6dd8e6ead5aeffec965bf3a3 (patch) | |
| tree | 89c1fcd182d11c04a1efa55a78913dc834840127 | |
| parent | 81ebe86d8deace5cc39979a42dcf062bdaa830c4 (diff) | |
| download | emacs-0044a2e888a62eea6dd8e6ead5aeffec965bf3a3.tar.gz emacs-0044a2e888a62eea6dd8e6ead5aeffec965bf3a3.zip | |
* lisp/net/dictionary-connection.el: Add lexical-binding:t
| -rw-r--r-- | lisp/net/dictionary-connection.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/dictionary-connection.el b/lisp/net/dictionary-connection.el index f1d11bf3c57..d433fb3fec8 100644 --- a/lisp/net/dictionary-connection.el +++ b/lisp/net/dictionary-connection.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; dictionary-connection.el --- TCP-based client connection for dictionary | 1 | ;;; dictionary-connection.el --- TCP-based client connection for dictionary -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net> | 3 | ;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net> |
| 4 | ;; Keywords: network | 4 | ;; Keywords: network |