X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mel-dl.el;h=0e79ccaa96bdf7023c95323afbc43a95070766ad;hb=e3747e8f4ecbf39d106d117fb494506089cc5c2a;hp=67b498c1ee26046b8addfca14d3f789b2500b037;hpb=73f2b03e6e43b659c077d550303f0b140a9bc900;p=elisp%2Fflim.git diff --git a/mel-dl.el b/mel-dl.el index 67b498c..0e79cca 100644 --- a/mel-dl.el +++ b/mel-dl.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mel-dl.el,v 1.2 1998-03-11 15:38:51 morioka Exp $ ;; Keywords: MIME, Base64 ;; This file is part of MEL (MIME Encoding Library). @@ -97,7 +96,7 @@ START and END are buffer positions." "*list of base64 decoder program name and its arguments.") (defvar base64-external-decoder-option-to-specify-file '("-o") - "*list of option of base64 decoder program to specify file.") + "*list of options of base64 decoder program to specify file.") (defun base64-insert-encoded-file (filename) "Encode contents of file FILENAME to base64, and insert the result.