1 Jun 2008 22:17
Re: use dotted syntax for package version info
Bill Wohler <wohler <at> newt.com>
2008-06-01 20:17:04 GMT
2008-06-01 20:17:04 GMT
John Paul Wallington <jpw <at> pobox.com> wrote: > How about using dotted syntax for package version info throughout for > consistency's sake? > > 2008-05-31 John Paul Wallington <jpw <at> pobox.com> > > * mh-e.el (mh-path, mh-variant): Use dotted syntax for > `package-version' info. > > Index: lisp/mh-e/mh-e.el > =================================================================== > RCS file: /sources/emacs/emacs/lisp/mh-e/mh-e.el,v > retrieving revision 1.123 > diff -u -r1.123 mh-e.el > --- lisp/mh-e/mh-e.el 27 May 2008 00:00:22 -0000 1.123 > +++ lisp/mh-e/mh-e.el 31 May 2008 18:20:48 -0000 > <at> <at> -714,7 +714,7 <at> <at> > See `mh-variant'." > :group 'mh-e > :type '(repeat (directory)) > - :package-version '(MH-E "8.0")) > + :package-version '(MH-E . "8.0")) > > (defun mh-variants () > "Return a list of installed variants of MH on the system. > <at> <at> -949,7 +949,7 <at> <at> > (set-default symbol value) ;Done in mh-variant-set-variant! > (mh-variant-set value)) > :group 'mh-e(Continue reading)


.
> Index: mh-acros.el
> ===================================================================
> RCS file: /sources/emacs/emacs/lisp/mh-e/mh-acros.el,v
> retrieving revision 1.25
> diff -u -r1.25 mh-acros.el
> --- mh-acros.el 6 May 2008 03:56:45 -0000 1.25
> +++ mh-acros.el 2 Jun 2008 23:39:52 -0000
> <at> <at> -91,6 +91,7 <at> <at>
> `(defalias ',name ',function)
> `(defun ,name ,arg-list , <at> body))))
> (put 'defun-mh 'lisp-indent-function 'defun)
> +(put 'defun-mh 'doc-string-elt 4)
Can you explain what this does?
> Index: mh-alias.el
> ===================================================================
> RCS file: /sources/emacs/emacs/lisp/mh-e/mh-alias.el,v
> retrieving revision 1.36
> diff -u -r1.36 mh-alias.el
> --- mh-alias.el 6 May 2008 03:56:45 -0000 1.36
> +++ mh-alias.el 2 Jun 2008 23:43:09 -0000
> <at> <at> -43,13 +43,11 <at> <at>
> "Alist of aliases extracted from passwd file and their expansions.")
RSS Feed