branch: externals/queue commit 84b3d01f974034a00bc408b28b867f145129dd1b Author: Toby Cubitt <toby-predict...@dr-qubit.org> Commit: tsc25 <toby-predict...@dr-qubit.org>
Re-filled to 72 chars/line, for mailing to gnu-emacs-sources list --- queue.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/queue.el b/queue.el index 24377f5..4149d06 100644 --- a/queue.el +++ b/queue.el @@ -128,4 +128,9 @@ order. The elements themselves are *not* copied." (provide 'queue) + +;;; Local Variables: +;;; fill-column: 72 +;;; End: + ;;; queue.el ends here