From a5832adb4590fd917503c7c1c0852f2f84d58b8e Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 26 Aug 2005 05:39:15 +0000 Subject: [PATCH] Add the following comment to add-on modules. NOTE: This is an add-on module for Riece. --- lisp/riece-ndcc.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/riece-ndcc.el b/lisp/riece-ndcc.el index 8f390b7..1dad2c9 100644 --- a/lisp/riece-ndcc.el +++ b/lisp/riece-ndcc.el @@ -1,4 +1,4 @@ -;;; riece-ndcc.el --- elisp native DCC add-on +;;; riece-ndcc.el --- DCC file sending protocol support (written in elisp) ;; Copyright (C) 1998-2003 Daiki Ueno ;; Author: Daiki Ueno @@ -21,6 +21,10 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + +;; NOTE: This is an add-on module for Riece. + ;;; Code: (require 'riece-globals) @@ -47,7 +51,7 @@ Only used for sending files." (defvar riece-ndcc-enabled nil) (defconst riece-ndcc-description - "DCC file sending extension implemented with `make-network-process'") + "DCC file sending protocol support (written in elisp.)") (defun riece-ndcc-encode-address (address) (unless (string-match -- 2.25.1