Re: [PATCH v2 1/1] Factor out a common pattern into a procedure.

2014-10-20 Thread Ian Denhardt
Quoting Ludovic Courtès (2014-10-20 09:34:34) > Ian Denhardt skribis: > Thanks, pushed! I’ve made the subject line more explicit. You're welcome, and thank you! I agree your subject line is better. > Also, note that the paragraph above isn’t strictly necessary because > these procedures have d

Re: [PATCH v2 1/1] Factor out a common pattern into a procedure.

2014-10-20 Thread Ludovic Courtès
Ian Denhardt skribis: > The procedure version-prefix truncates a version string to a certain > number of components. version-major+minor is a special case of this, > which extracts the "major.minor" part of the string. Previously this > was handled by an expression common to several packages. > >