summaryrefslogtreecommitdiff
path: root/lisp/play/handwrite.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-04-21 14:24:46 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-04-21 14:24:46 +0200
commit121656e9e3bd049f75d979360295a60944ff19d6 (patch)
tree2ef8a583f3234ec6eb666d200010d603b10388f5 /lisp/play/handwrite.el
parent891e751b65caba415af328856e27345382f4416d (diff)
downloademacs-121656e9e3bd049f75d979360295a60944ff19d6.tar.gz
lisp/play/*.el: Lexical-binding cleanup.
Diffstat (limited to 'lisp/play/handwrite.el')
-rw-r--r--lisp/play/handwrite.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index 601232e4321..70c10da5405 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -67,8 +67,10 @@
;;; Code:
+;; From ps-print.el
(defvar ps-printer-name)
(defvar ps-lpr-command)
+(defvar ps-lpr-switches)
;; Variables
@@ -157,8 +159,7 @@ Variables: `handwrite-linespace' (default 12)
`handwrite-pagenumbering' (default nil)"
(interactive)
(let
- ((pmin) ; thanks, Havard
- (lastp)
+ (;(pmin) ; thanks, Havard
(cur-buf (current-buffer))
(tpoint (point))
(ps-ypos 63)