emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VC Development


From: Stefan Monnier
Subject: Re: VC Development
Date: Sun, 01 Feb 2009 16:22:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> Seeing obviously wrong stuff like this:
> +;; Keep existing map.
> +(defvar vc-dir-mouse-map
> +  (let ((map vc-dir-mode-map))
> +    (define-key map [mouse-2] 'vc-dir-find-file-other-window)
> +    map)
> +  "Local keymap for visiting a file.")
> I don't have time to fix it properly now, so the best thing to do is to
> revert it.

No, the best thing to do is to report it here (or on emacsbugs).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]