public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/anthy-unicode] rawhide: Fix lexical-binding warning in Emacs 31.1
@ 2026-09-10 1:46 Akira TAGOH
0 siblings, 0 replies; only message in thread
From: Akira TAGOH @ 2026-09-10 1:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/anthy-unicode
Branch : rawhide
Commit : fd9c868ebd831eaa2f301333f63064c4059b8db8
Author : Akira TAGOH <tagoh@redhat.com>
Date : 2026-09-09T22:32:28+09:00
Stats : +24/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/anthy-unicode/c/fd9c868ebd831eaa2f301333f63064c4059b8db8?branch=rawhide
Log:
Fix lexical-binding warning in Emacs 31.1
Resolves: rhbz#2528383
---
diff --git a/anthy-unicode-init.el b/anthy-unicode-init.el
index b368ce5..0bb58cb 100644
--- a/anthy-unicode-init.el
+++ b/anthy-unicode-init.el
@@ -1,5 +1,27 @@
-;; anthy-unicode-init.el
+;;; anthy-unicode-init.el --- Autoload anthy-unicode -*- lexical-binding: t -*-
+
+;; Copyright (C) 2001 - 2007 KMC(Kyoto University Micro Computer Club)
+;; Copyright (c) 2005 - 2026 Red Hat, Inc.
+;; Copyright (C) 2019 - 2026 Takao Fujiwara <takao.fujiwara1@gmail.com>
+
+;; Author: Yusuke Tabata<yusuke@kmc.gr.jp>
+;; Tomoharu Ugawa
+;; Norio Suzuki <suzuki@sanpobu.net>
+;; Maintainer: Akira TAGOH <tagoh@redhat.com>
+;; Takao Fujiwara <takao.fujiwara1@gmail.com>
+;; Keywords: japanese
+;; SPDX-License-Identifier: LGPL-2.0-or-later
+
+;;; Commentary:
;;
+;; Program for using the Anthy Kana-Kanji conversion engine from Emacs.
+;; It handles text conversion by launching the 'anthy-agent-unicode' command
+;; and communicating with it via pipes.
+
+;; You can enable anthy-unicode on Emacs and XEmacs with the following setting:
+;; (set-input-method 'japanese-anthy-unicode)
+
+;;; Code:
(if (featurep 'xemacs)
(setq load-path (cons "/usr/share/xemacs/xemacs-packages/lisp/anthy-unicode" load-path))
(setq load-path (cons "/usr/share/emacs/site-lisp/anthy-unicode" load-path)))
@@ -8,3 +30,4 @@
'anthy-unicode-leim-activate "[anthy-unicode]"
"Anthy Unicode Kana Kanji conversion system")
+;;; anthy-unicode-init.el ends here
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 1:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 1:46 [rpms/anthy-unicode] rawhide: Fix lexical-binding warning in Emacs 31.1 Akira TAGOH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox