Use lexical-binding in iso-ascii.el

* lisp/international/iso-ascii.el: Use lexical-binding.  Remove
redundant :group args.
This commit is contained in:
Stefan Kangas 2020-10-21 13:19:02 +02:00
parent 0aa881f231
commit 0e6f1e4e80

View file

@ -1,4 +1,4 @@
;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals
;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals -*- lexical-binding: t -*-
;; Copyright (C) 1987, 1995, 1998, 2001-2020 Free Software Foundation,
;; Inc.
@ -41,8 +41,7 @@
(defcustom iso-ascii-convenient nil
"Non-nil means `iso-ascii' should aim for convenience, not precision."
:type 'boolean
:group 'iso-ascii)
:type 'boolean)
(defvar iso-ascii-display-table (make-display-table)
"Display table used for ISO-ASCII mode.")