diff options
| author | Stefan Monnier | 2000-09-17 01:07:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-09-17 01:07:56 +0000 |
| commit | a44442ba866515e1faf6c0e156a8e718d520aeed (patch) | |
| tree | 2239b31219756e7dc260353e55fa9981dd8c1ea2 | |
| parent | a47ecf6cfaf228e061b29786158b59390762120e (diff) | |
| download | emacs-a44442ba866515e1faf6c0e156a8e718d520aeed.tar.gz emacs-a44442ba866515e1faf6c0e156a8e718d520aeed.zip | |
(print-region-function): Don't quote lambda.
| -rw-r--r-- | lisp/vms-patch.el | 2 |
1 files changed, 1 insertions, 1 deletions
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\"" | |||
| 168 | "/SIZE/DATE/OWNER/WIDTH=(FILENAME=32,SIZE=5)") | 168 | "/SIZE/DATE/OWNER/WIDTH=(FILENAME=32,SIZE=5)") |
| 169 | 169 | ||
| 170 | (setq print-region-function | 170 | (setq print-region-function |
| 171 | '(lambda (start end command ign1 ign2 ign3 &rest switches) | 171 | (lambda (start end command ign1 ign2 ign3 &rest switches) |
| 172 | (write-region start end "sys$login:delete-me.txt") | 172 | (write-region start end "sys$login:delete-me.txt") |
| 173 | (send-command-to-subprocess | 173 | (send-command-to-subprocess |
| 174 | 1 | 174 | 1 |