From 4503310cac33da4da74fd6376244da82c7134432 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 9 Jun 2019 17:05:15 -0700 Subject: Add tests for mail/uudecode.el * lisp/mail/uudecode.el: Remove redundant :group usage. * test/lisp/mail/uudecode-resources/uudecoded.txt, test/lisp/mail/uudecode-resources/uuencoded.txt, test/lisp/mail/uudecode-tests.el: New files. --- lisp/mail/uudecode.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lisp/mail/uudecode.el') diff --git a/lisp/mail/uudecode.el b/lisp/mail/uudecode.el index 32e668baab3..57ca1ccc629 100644 --- a/lisp/mail/uudecode.el +++ b/lisp/mail/uudecode.el @@ -38,19 +38,16 @@ "Non-nil value should be a string that names a uu decoder. The program should expect to read uu data on its standard input and write the converted data to its standard output." - :type 'string - :group 'uudecode) + :type 'string) (defcustom uudecode-decoder-switches nil "List of command line flags passed to `uudecode-decoder-program'." - :group 'uudecode :type '(repeat string)) (defcustom uudecode-use-external (executable-find uudecode-decoder-program) "Use external uudecode program." :version "22.1" - :group 'uudecode :type 'boolean) (defconst uudecode-alphabet "\040-\140") -- cgit v1.2.3