(print-region-function): Don't quote lambda.
This commit is contained in:
parent
a47ecf6cfa
commit
a44442ba86
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue