emacs-devel
[Top][All Lists]
Advanced

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

Setting risky-local-variable


From: Juanma Barranquero
Subject: Setting risky-local-variable
Date: Thu, 26 May 2005 17:14:01 +0200

What is the recommended way to set 'risky-local-variable for a Lisp
variable defined in C code?

  extern Qrisky_local_variable;
  Fput(Vmy_var, Qrisky_local_variable, Qt);

or an autoload

  ;;;###autoload (put 'my_var 'risky-local-variable t)

on a related lisp module?

-- 
                    /L/e/k/t/u




reply via email to

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