From: tomo Date: Tue, 29 Jun 1999 10:18:20 +0000 (+0000) Subject: (set-language-info-alist): Allow dummy optional argument `parents'. X-Git-Tag: r21-2-17-tomo-3~38 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5beb56fb2e0fcf3bd64b654d79fb69f5ac216c3d;p=chise%2Fxemacs-chise.git- (set-language-info-alist): Allow dummy optional argument `parents'. --- diff --git a/lisp/mule/mule-cmds.el b/lisp/mule/mule-cmds.el index a0f4949..81de9b1 100644 --- a/lisp/mule/mule-cmds.el +++ b/lisp/mule/mule-cmds.el @@ -567,7 +567,7 @@ see `language-info-alist'." (setcdr lang-slot (cons key-slot (cdr lang-slot))))) (setcdr key-slot info))) -(defun set-language-info-alist (lang-env alist) +(defun set-language-info-alist (lang-env alist &optional parents) "Store ALIST as the definition of language environment LANG-ENV. ALIST is an alist of KEY and INFO values. See the documentation of `set-language-info' for the meanings of KEY and INFO."