changeset 31658:d4105bd038d0

(print-region-function): Don't quote lambda.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 17 Sep 2000 01:07:56 +0000
parents 58e2bb13d72e
children fa8b259c5ce4
files lisp/vms-patch.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vms-patch.el	Sun Sep 17 01:04:35 2000 +0000
+++ b/lisp/vms-patch.el	Sun Sep 17 01:07:56 2000 +0000
@@ -168,7 +168,7 @@
       "/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