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



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to