comparison lisp/gnus/uudecode.el @ 33813:03ae5e62feb4

comment
author Dave Love <fx@gnu.org>
date Thu, 23 Nov 2000 16:05:05 +0000
parents cef397782e2e
children a26d9b55abb6
comparison
equal deleted inserted replaced
33812:c41a9a242fed 33813:03ae5e62feb4
29 29
30 ;; This looks as though it could be made rather more efficient for 30 ;; This looks as though it could be made rather more efficient for
31 ;; internal working. Encoding could use a lookup table and decoding 31 ;; internal working. Encoding could use a lookup table and decoding
32 ;; should presumably use a vector or list buffer for partial results 32 ;; should presumably use a vector or list buffer for partial results
33 ;; rather than with-current-buffer. -- fx 33 ;; rather than with-current-buffer. -- fx
34
35 ;; Only `uudecode-decode-region' should be advertised, and whether or
36 ;; not that uses a program should be customizable, but I guess it's
37 ;; too late now. -- fx
34 38
35 ;;; Code: 39 ;;; Code:
36 40
37 (eval-when-compile (require 'cl)) 41 (eval-when-compile (require 'cl))
38 42