X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fbinhex.el;h=5332c0f14ba015650b761881f7ee0ec36615367b;hb=765dbe6a3dfd742b7c874f2de416848bd8772c9b;hp=4d80d0213993e0b886c1860e00682ed63d6c6899;hpb=bda3e8962af0aee90144c3ae8c5360aa4c106d94;p=gnus diff --git a/lisp/binhex.el b/lisp/binhex.el index 4d80d0213..5332c0f14 100644 --- a/lisp/binhex.el +++ b/lisp/binhex.el @@ -1,7 +1,6 @@ -;;; binhex.el --- elisp native binhex decode +;;; binhex.el --- decode BinHex-encoded text -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998-2011 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu ;; Keywords: binhex news @@ -23,6 +22,11 @@ ;;; Commentary: +;; BinHex is a binary-to-text encoding scheme similar to uuencode. +;; The command `binhex-decode-region' decodes BinHex-encoded text, via +;; the external program "hexbin" if that is available, or an Emacs +;; Lisp implementation if not. + ;;; Code: (eval-when-compile (require 'cl)) @@ -328,5 +332,4 @@ If HEADER-ONLY is non-nil only decode header and return filename." (provide 'binhex) -;; arch-tag: 8476badd-1e76-4f1d-a640-f9a38c72eed8 ;;; binhex.el ends here