emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ws-butler 00e9ca4ace 03/64: commentary update


From: Stefan Kangas
Subject: [nongnu] elpa/ws-butler 00e9ca4ace 03/64: commentary update
Date: Fri, 31 Dec 2021 11:09:27 -0500 (EST)

branch: elpa/ws-butler
commit 00e9ca4aceb922329172d7af9420e593cf522415
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    commentary update
---
 ws-butler.el | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/ws-butler.el b/ws-butler.el
index 4ef7bd65ce..7488adf0ad 100644
--- a/ws-butler.el
+++ b/ws-butler.el
@@ -1,3 +1,58 @@
+;;; ws-butler.el --- unobstrusively remove trailing whitespace
+
+;; this file is not part of Emacs
+
+;; Copyright (C) 2013 Le Wang
+;; Author: Le Wang
+;; Maintainer: Le Wang
+;; Description: unobstrusively remove trailing whitespace
+;; Author: Le Wang
+;; Maintainer: Le Wang
+
+;; Created: Sat Jan  5 16:49:23 2013 (+0800)
+;; Version: 0.1
+;; Last-Updated:
+;;           By:
+;;     Update #: 2
+;; URL: https://github.com/lewang/ws-butler
+;; Keywords:
+;; Compatibility: Emacs 24
+
+;;; Installation:
+
+;;
+;;
+;;
+
+;;; Commentary:
+
+;;
+;;
+;;
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;
+;; This program is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU General Public License as
+;; published by the Free Software Foundation; either version 3, or
+;; (at your option) any later version.
+;;
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with this program; see the file COPYING.  If not, write to
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+;; Floor, Boston, MA 02110-1301, USA.
+;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;;; Code:
+
+(eval-when-compile (require 'cl))
+
 (defun ws-butler-trim-region (beg end)
   "Delete trailing blanks in region BEG END."
   (interactive "*r")
@@ -94,3 +149,6 @@ save."
     (remove-hook 'after-revert-hook 'ws-butler-after-save t)
     (remove-hook 'edit-server-done-hook 'ws-butler-before-save t)))
 
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; ws-butler.el ends here
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]