From 4edf50bb463a978af07eba8be40d01aa4a644265 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 19 Feb 2002 01:38:23 +0000 Subject: [PATCH] Fix. --- lisp/lpath.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/lpath.el b/lisp/lpath.el index 0e753b1..40fba16 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -125,14 +125,14 @@ ((featurep 'xemacs) nil) ((>= emacs-major-version 21) - '((function-max-args smiley-encode-buffer))) + '(function-max-args smiley-encode-buffer)) ((boundp 'MULE) - '((coding-system-get - coding-system-to-mime-charset compose-mail file-name-extension - find-coding-systems-for-charsets find-coding-systems-region - function-max-args get-charset-property smiley-encode-buffer))) + '(coding-system-get + coding-system-to-mime-charset compose-mail file-name-extension + find-coding-systems-for-charsets find-coding-systems-region + function-max-args get-charset-property smiley-encode-buffer)) (t - '((function-max-args smiley-encode-buffer))))) + '(function-max-args smiley-encode-buffer)))) (common-fns nil) (variables -- 1.7.10.4