diff options
author | Dave Love <fx@gnu.org> | 2000-11-23 16:05:05 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-23 16:05:05 +0000 |
commit | 086ba806c78c75315ad45e9b2b5c7bfacf49ab9e (patch) | |
tree | 493dcaed27779961d38b2188a4925fb25e659368 | |
parent | 84391f6966c4e7405ada06f507b392aadfe1ba1a (diff) | |
download | emacs-086ba806c78c75315ad45e9b2b5c7bfacf49ab9e.tar.gz |
comment
-rw-r--r-- | lisp/gnus/uudecode.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/gnus/uudecode.el b/lisp/gnus/uudecode.el index 860cb9358ef..9f423ebd92d 100644 --- a/lisp/gnus/uudecode.el +++ b/lisp/gnus/uudecode.el @@ -32,6 +32,10 @@ ;; should presumably use a vector or list buffer for partial results ;; rather than with-current-buffer. -- fx +;; Only `uudecode-decode-region' should be advertised, and whether or +;; not that uses a program should be customizable, but I guess it's +;; too late now. -- fx + ;;; Code: (eval-when-compile (require 'cl)) |