From a44442ba866515e1faf6c0e156a8e718d520aeed Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 17 Sep 2000 01:07:56 +0000 Subject: [PATCH] (print-region-function): Don't quote lambda. --- lisp/vms-patch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el index 107b6b4ef3f..f0669a97682 100644 --- a/lisp/vms-patch.el +++ b/lisp/vms-patch.el @@ -168,7 +168,7 @@ spawned Emacs and doing things like \"emacs -l myfile.el -f doit\"" "/SIZE/DATE/OWNER/WIDTH=(FILENAME=32,SIZE=5)") (setq print-region-function - '(lambda (start end command ign1 ign2 ign3 &rest switches) + (lambda (start end command ign1 ign2 ign3 &rest switches) (write-region start end "sys$login:delete-me.txt") (send-command-to-subprocess 1 -- 2.39.2