From 251c2719e6e5ad5b54285fef31de14cd0773808c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 4 Apr 2012 00:30:02 -0700 Subject: [PATCH] Fix commenting convention in PROBLEMS example --- etc/PROBLEMS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 939ce9f246d..cc591d6e1fe 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2258,10 +2258,10 @@ printer drivers. A workaround on MS-Windows is to use Windows' basic built in editor to print (this is possibly the only useful purpose it has): -(setq printer-name "") ;; notepad takes the default -(setq lpr-command "notepad") ;; notepad -(setq lpr-switches nil) ;; not needed -(setq lpr-printer-switch "/P") ;; run notepad as batch printer +(setq printer-name "") ; notepad takes the default +(setq lpr-command "notepad") ; notepad +(setq lpr-switches nil) ; not needed +(setq lpr-printer-switch "/P") ; run notepad as batch printer ** Antivirus software interacts badly with the MS-Windows version of Emacs. -- 2.11.4.GIT