(print-region-function): Don't quote lambda.

This commit is contained in:
Stefan Monnier 2000-09-17 01:07:56 +00:00
parent a47ecf6cfa
commit a44442ba86

View file

@ -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