[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] tzz/let-alist-package ab4667d: Add let-alist macro and
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] tzz/let-alist-package ab4667d: Add let-alist macro and package. |
Date: |
Wed, 10 Dec 2014 10:47:36 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> +;;; News:
> +;;; Code:
There's no need to have a ";;; News:" section, so if it's empty, better
just remove it.
> +(provide 'let-alist)
> +;;; let-alist.el ends here
> +
> +
> +;; Local Variables:
> +;; sentence-end-double-space: t
> +;; End:
Either it ends there or it doesn't. IOW, please move the file local
variables earlier.
Stefan
- Re: [Emacs-diffs] tzz/let-alist-package ab4667d: Add let-alist macro and package.,
Stefan Monnier <=