help-gnu-emacs
[Top][All Lists]
Advanced

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

equivalent of make-local-variable for defun?


From: jrwats
Subject: equivalent of make-local-variable for defun?
Date: Mon, 3 Nov 2008 08:18:16 -0800 (PST)
User-agent: G2/1.0

I'm trying to fix a mode using comint for an inferior lisp that
apparently needs to overwrite  comint-send-region.  I'd rather it not
overwrite ALL buffers' (including my shell-mode buffer) comint-send-
region function.

Is there a way to define a function but local to the current buffer as
when you define a local variable in make-local-variable?


reply via email to

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