[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107755: Fix commenting convention in
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107755: Fix commenting convention in PROBLEMS example |
Date: |
Wed, 04 Apr 2012 00:30:02 -0700 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107755
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-04-04 00:30:02 -0700
message:
Fix commenting convention in PROBLEMS example
modified:
etc/PROBLEMS
=== modified file 'etc/PROBLEMS'
--- a/etc/PROBLEMS 2012-03-31 20:22:04 +0000
+++ b/etc/PROBLEMS 2012-04-04 07:30:02 +0000
@@ -2258,10 +2258,10 @@
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107755: Fix commenting convention in PROBLEMS example,
Glenn Morris <=