From: Uwe B. <ou...@ma...> - 2017-11-13 18:45:29
|
>>> "Eric" == Eric Ludlam <Eri...@ma...> writes: > Thanks Nate. > Hopefully this works for Uwe for merge/test. Hi I don't see any patch attached. There are several way to produce the patch. The simplest would be diff -u old.el new.el or diff -c old.el New.el I'd prefer -u but -c should be fine. If you use mercurial :-D , you could do hg export tip Or with git :'( git format-patch HEAD~1 Uwe |