From: Glenn Morris Date: Wed, 4 Apr 2012 07:30:02 +0000 (-0700) Subject: Fix commenting convention in PROBLEMS example X-Git-Tag: emacs-24.0.96~111^2~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=251c2719e6e5ad5b54285fef31de14cd0773808c;p=emacs.git Fix commenting convention in PROBLEMS example --- 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.