[Bug 194363] New: [patch] lua-mode.el references obsolete last-command-char
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 15 03:27:09 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194363
Bug ID: 194363
Summary: [patch] lua-mode.el references obsolete
last-command-char
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: christopherhall.hsw at gmail.com
Created attachment 148320
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148320&action=edit
Add a line to cmakefile to sed s/last-command-char/last-command-event/g
Latest EMACS removes last-command-char so need to patch the lua-mode.el to
change this to last-command-event.
Attached is a patch for Makefile that does the patching in the staging
directory directly in the do-install rule.
Not sure if this is the correct way, but the port does not build anything it
simply populates the staging area; so could not add a standard patch file.
Only tested with: emacs24-24.3_7,3
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list