Hannu Koivisto <[email protected]> writes: > artagnon <[email protected]> writes: > >> (define-derived-mode magit-log-edit-mode text-mode "Magit Log Edit" >> (set (make-local-variable 'fill-paragraph-function) >> 'magit-log-fill-paragraph) >> - (use-local-map magit-log-edit-map)) >> + (use-local-map magit-log-edit-map) ... > In fact, I believe that use-local-map expression is useless too.
Or it would be if the map was named correctly. Patch coming up... -- Hannu
