Mercurial > emacs
changeset 31389:5114aeb0f8e6
(help-manyarg-func-alist): Add
find-operation-coding-system.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 04 Sep 2000 21:18:49 +0000 |
parents | c0199a9a07fa |
children | cf8964e1d7e3 |
files | lisp/help.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Mon Sep 04 20:05:31 2000 +0000 +++ b/lisp/help.el Mon Sep 04 21:18:49 2000 +0000 @@ -1550,6 +1550,8 @@ (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