]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in iso-ascii.el
authorStefan Kangas <stefan@marxist.se>
Wed, 21 Oct 2020 11:19:02 +0000 (13:19 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 21 Oct 2020 11:20:57 +0000 (13:20 +0200)
* lisp/international/iso-ascii.el: Use lexical-binding.  Remove
redundant :group args.

lisp/international/iso-ascii.el

index e86efe5827b60e815b6e5e1108aabb8f3d153fe2..0df07d651489e40b3d44a8659eab6b88ae11b0bf 100644 (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.")