branch: externals/auctex commit c3b76ca136f22b298ca66d0838b7b7cf1a310111 Author: Arash Esbati <ar...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
* tex-ispell.el: Enable lexical-binding. --- tex-ispell.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tex-ispell.el b/tex-ispell.el index daf5094..50e9c80 100644 --- a/tex-ispell.el +++ b/tex-ispell.el @@ -1,6 +1,6 @@ -;;; tex-ispell.el --- AUCTeX skip additions for Ispell +;;; tex-ispell.el --- AUCTeX skip additions for Ispell -*- lexical-binding: t; -*- -;; Copyright (C) 2016--2018 Free Software Foundation, Inc. +;; Copyright (C) 2016--2020 Free Software Foundation, Inc. ;; Author: Arash Esbati <ar...@gnu.org> ;; Maintainer: auctex-de...@gnu.org