Summary: | japanese/anthy: Fix for emacs 27 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yoshihiro Takahashi <nyan> | ||||
Component: | Individual Port(s) | Assignee: | MANTANI Nobutaka <nobutaka> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | nobutaka:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: nobutaka Date: Mon Aug 24 12:52:35 UTC 2020 New revision: 546077 URL: https://svnweb.freebsd.org/changeset/ports/546077 Log: Fix breakage of anthy.el with emacs27. PR: 248876 Submitted by: nyan Changes: head/japanese/anthy/Makefile head/japanese/anthy/files/patch-src-util_anthy.el Committed, thanks! |
Created attachment 217486 [details] Use set-process-query-on-exit-flag anthy.el uses an obsolete function. The attached patch fixes the issue.