diff options
| author | Glenn Morris | 2012-04-04 00:30:02 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-04 00:30:02 -0700 |
| commit | 251c2719e6e5ad5b54285fef31de14cd0773808c (patch) | |
| tree | bf9b3ac59fff1d6ea5271be60e54fbc6aaedae33 | |
| parent | c8d59ba3ed9f2e0e2f4d0cc2b38aa69cc2f380b3 (diff) | |
| download | emacs-251c2719e6e5ad5b54285fef31de14cd0773808c.tar.gz emacs-251c2719e6e5ad5b54285fef31de14cd0773808c.zip | |
Fix commenting convention in PROBLEMS example
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files 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 | |||
| 2258 | built in editor to print (this is possibly the only useful purpose it | 2258 | built in editor to print (this is possibly the only useful purpose it |
| 2259 | has): | 2259 | has): |
| 2260 | 2260 | ||
| 2261 | (setq printer-name "") ;; notepad takes the default | 2261 | (setq printer-name "") ; notepad takes the default |
| 2262 | (setq lpr-command "notepad") ;; notepad | 2262 | (setq lpr-command "notepad") ; notepad |
| 2263 | (setq lpr-switches nil) ;; not needed | 2263 | (setq lpr-switches nil) ; not needed |
| 2264 | (setq lpr-printer-switch "/P") ;; run notepad as batch printer | 2264 | (setq lpr-printer-switch "/P") ; run notepad as batch printer |
| 2265 | 2265 | ||
| 2266 | ** Antivirus software interacts badly with the MS-Windows version of Emacs. | 2266 | ** Antivirus software interacts badly with the MS-Windows version of Emacs. |
| 2267 | 2267 | ||