emacs-devel
[Top][All Lists]
Advanced

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

Re: Fwd: Preventing drag & drop the dired way


From: Kevin Rodgers
Subject: Re: Fwd: Preventing drag & drop the dired way
Date: Thu, 12 May 2005 09:53:00 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Richard Stallman wrote:
    >    (when (featurep 'dnd)
    >      (make-variable-buffer-local 'dnd-protocol-alist)
    >      (setq dnd-protocol-alist

    I think this should be `make-local-variable'.

Yes.

My favorite Emacs Lisp idiom:

(set (make-local-variable 'foo) ...)

--
Kevin Rodgers





reply via email to

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