summaryrefslogtreecommitdiff
path: root/lisp/vms-patch.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-09-17 01:07:56 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-09-17 01:07:56 +0000
commita44442ba866515e1faf6c0e156a8e718d520aeed (patch)
tree2239b31219756e7dc260353e55fa9981dd8c1ea2 /lisp/vms-patch.el
parenta47ecf6cfaf228e061b29786158b59390762120e (diff)
downloademacs-a44442ba866515e1faf6c0e156a8e718d520aeed.tar.gz
(print-region-function): Don't quote lambda.
Diffstat (limited to 'lisp/vms-patch.el')
-rw-r--r--lisp/vms-patch.el2
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\""
"/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