From d94707e058aa99a7930d7347eee43fe6a9830765 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 30 Aug 2005 10:25:22 +0000 Subject: [PATCH] (ps-printer-name, ps-lpr-command): Add defvars. --- lisp/play/handwrite.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 61f8f54d9da..066832e7eb3 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -69,6 +69,9 @@ ;;; Code: +(defvar ps-printer-name) +(defvar ps-lpr-command) + ;; Variables -- 2.11.4.GIT