Bug 248876 - japanese/anthy: Fix for emacs 27
Summary: japanese/anthy: Fix for emacs 27
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-24 11:14 UTC by Yoshihiro Takahashi
Modified: 2020-08-24 12:55 UTC (History)
0 users

See Also:
nobutaka: maintainer-feedback+


Attachments
Use set-process-query-on-exit-flag (473 bytes, text/plain)
2020-08-24 11:14 UTC, Yoshihiro Takahashi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yoshihiro Takahashi freebsd_committer freebsd_triage 2020-08-24 11:14:44 UTC
Created attachment 217486 [details]
Use set-process-query-on-exit-flag

anthy.el uses an obsolete function.
The attached patch fixes the issue.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-08-24 12:53:32 UTC
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
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2020-08-24 12:55:40 UTC
Committed, thanks!