From 58225db25629babac18ebd4103bf21abce8f3f27 Mon Sep 17 00:00:00 2001 From: David Lindes Date: Mon, 7 Feb 2011 02:51:12 -0800 Subject: [PATCH] added a header to 50-fill-line-as-paragraph.el --- 50-fill-line-as-paragraph.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/50-fill-line-as-paragraph.el b/50-fill-line-as-paragraph.el index eced73e..f231dd4 100644 --- a/50-fill-line-as-paragraph.el +++ b/50-fill-line-as-paragraph.el @@ -1,3 +1,7 @@ +;;; fill-line-as-paragraph.el --- add fill-line-as-paragraph, C-M-l + +;; Copyright 2011 by David Lindes. All rights reserved. + (defun fill-line-as-paragraph() "Fill the current line [TODO: or the next n lines, with arg] as a paragraph." (interactive)