Re: [O] [PATCH] fix polluting minibuffer-local-map
Ouch what a bad bug. Thanks for finding it Leo! - Carsten On 27.1.2013, at 09:31, Leo Liu wrote: > a/org.el > b/org.el > @@ -15578,57 +15578,57 @@ > (defvar org-read-date-minibuffer-local-map > (let ((map (make-sparse-keymap))) > (set-keymap-parent map minibuffer-local-map) > -(org-d
Re: [O] [PATCH] fix polluting minibuffer-local-map
Hi Leo, Leo Liu writes: > a/org.el > b/org.el Fixed, thanks. Please read this page on how to contribute patches: http://orgmode.org/worg/org-contribute.html -- Bastien