From f53b122e369c863986d886fa40cd88bc6dd6088d Mon Sep 17 00:00:00 2001 From: Karl Fogel Date: Tue, 21 May 2024 10:20:50 -0500 Subject: [PATCH] Specify `lexical-binding' explicitly in yiddish.el See https://www.emacswiki.org/emacs/DynamicBindingVsLexicalBinding for more about the motivation for this change. --- yiddish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yiddish.el b/yiddish.el index 15a21ce..508c4b4 100644 --- a/yiddish.el +++ b/yiddish.el @@ -1,4 +1,4 @@ -;;; yiddish.el --- Quail package for inputting Yiddish characters -*-coding: utf-8; bidi-display-reordering:t -*- +;;; yiddish.el --- Quail package for inputting Yiddish characters -*- coding: utf-8; bidi-display-reordering: t; lexical-binding: t -*- ;; Copyright (C) 2008, 2010 Niels Giesen