From caf047eca97cd85d0c7a35d456f4d4186d62fd12 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 4 Sep 2000 21:18:49 +0000 Subject: [PATCH] (help-manyarg-func-alist): Add find-operation-coding-system. --- lisp/help.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index a5d9bb22f57..1311f5f8252 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1550,6 +1550,8 @@ out of view." (ml-provide-prefix-argument . "(ml-provide-prefix-argument ARG1 ARG2)") (with-output-to-temp-buffer . "(with-output-to-temp-buffer BUFFNAME BODY ...)") - (save-window-excursion . "(save-window-excursion BODY ...)")))) + (save-window-excursion . "(save-window-excursion BODY ...)") + (find-operation-coding-system + . "(find-operation-coding-system OPERATION ARGUMENTS ...)")))) ;;; help.el ends here -- 2.39.2