FreeBSD Bugzilla – Attachment 148320 Details for
Bug 194363
[patch] lang/lua-mode.el references obsolete last-command-char
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add a line to cmakefile to sed s/last-command-char/last-command-event/g
Makefile.patch (text/plain), 441 bytes, created by
Christopher Hall
on 2014-10-15 03:27:09 UTC
(
hide
)
Description:
Add a line to cmakefile to sed s/last-command-char/last-command-event/g
Filename:
MIME Type:
Creator:
Christopher Hall
Created:
2014-10-15 03:27:09 UTC
Size:
441 bytes
patch
obsolete
>--- Makefile.orig 2014-06-01 20:35:40.000000000 +0800 >+++ Makefile 2014-10-15 11:14:37.957366350 +0800 >@@ -27,6 +27,7 @@ > @${MKDIR} ${STAGEDIR}${XEMACSLISPDIR} > ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} \ > ${STAGEDIR}${EMACSLISPDIR}/lua-mode.el >+ ${SED} -i '' -e 's/last-command-char/last-command-event/g' ${STAGEDIR}${EMACSLISPDIR}/lua-mode.el > ${LN} -sf ${EMACSLISPDIR}/lua-mode.el ${STAGEDIR}${XEMACSLISPDIR} > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194363
: 148320