diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-21 14:24:46 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-21 14:24:46 +0200 |
commit | 121656e9e3bd049f75d979360295a60944ff19d6 (patch) | |
tree | 2ef8a583f3234ec6eb666d200010d603b10388f5 /lisp/play/handwrite.el | |
parent | 891e751b65caba415af328856e27345382f4416d (diff) | |
download | emacs-121656e9e3bd049f75d979360295a60944ff19d6.tar.gz |
lisp/play/*.el: Lexical-binding cleanup.
Diffstat (limited to 'lisp/play/handwrite.el')
-rw-r--r-- | lisp/play/handwrite.el | 5 |
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) |