[racket-dev] [plt] Push #21875: master branch updated

From: John Clements (clements at brinckerhoff.org)
Date: Sun Jan 2 17:47:06 EST 2011

On Jan 2, 2011, at 2:45 PM, clements at racket-lang.org wrote:

> clements has updated `master' from dbd8faee1b to 47e3db06ff.
>  http://git.racket-lang.org/plt/dbd8faee1b..47e3db06ff
> 
> =====[ 1 Commits ]======================================================
> 
> Directory summary:
> 100.0% collects/mred/private/
> 
> ~~~~~~~~~~
> 
> 47e3db0 John Clements <clements at racket-lang.org> 2011-01-02 14:45
> :
> | change pref name to match docs

Hope this isn't too forward of me; I figured that since the docs had already changed, it wouldn't be too presumptuous to change the implementation. Apologies for breaking anyone's prefs.

John

> :
>  M collects/mred/private/const.rkt |    2 +-
> 
> =====[ Overall Diff ]===================================================
> 
> collects/mred/private/const.rkt
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --- OLD/collects/mred/private/const.rkt
> +++ NEW/collects/mred/private/const.rkt
> @@ -38,7 +38,7 @@
>   (define arrow-cursor (make-object wx:cursor% 'arrow))
> 
>   (define default-x-prefix (if (eq? 'unix (system-type))
> -			       (let ([v (get-preference '|MrEd:defaultMenuPrefix| (lambda () 'ctl))])
> +			       (let ([v (get-preference '|GRacket:defaultMenuPrefix| (lambda () 'ctl))])
> 				 (if (memq v '(meta ctl alt ctl-m))
> 				     v
> 				     'ctl))

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4669 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20110102/fda808e5/attachment.p7s>

Posted on the dev mailing list.