From: Dave Love Date: Thu, 11 Jul 2002 23:15:52 +0000 (+0000) Subject: (Fset_coding_system_priority): Allow null arg list. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3f6ee6d068494b76672f494277f5efe74c18250;p=emacs.git (Fset_coding_system_priority): Allow null arg list. --- diff --git a/src/coding.c b/src/coding.c index 78ab0e0db03..be8bff4fedb 100644 --- a/src/coding.c +++ b/src/coding.c @@ -6847,7 +6847,7 @@ Optional third arg NOCOPY non-nil means it is OK to return STRING itself if the decoding operation is trivial. Optional fourth arg BUFFER non-nil meant that the decoded text is -inserted in BUFFER instead of returned as a astring. In this case, +inserted in BUFFER instead of returned as a string. In this case, the return value is BUFFER. This function sets `last-coding-system-used' to the precise coding system @@ -6868,7 +6868,7 @@ Optional third arg NOCOPY non-nil means it is OK to return STRING itself if the encoding operation is trivial. Optional fourth arg BUFFER non-nil meant that the encoded text is -inserted in BUFFER instead of returned as a astring. In this case, +inserted in BUFFER instead of returned as a string. In this case, the return value is BUFFER. This function sets `last-coding-system-used' to the precise coding system @@ -7192,7 +7192,7 @@ usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) } DEFUN ("set-coding-system-priority", Fset_coding_system_priority, - Sset_coding_system_priority, 1, MANY, 0, + Sset_coding_system_priority, 0, MANY, 0, doc: /* Assign higher priority to the coding systems given as arguments. usage: (set-coding-system-priority CODING-SYSTEM ...) */) (nargs, args)