[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master 88fefc3 7/7: ; Merge: Lisp watchpoints (Bug#249
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] master 88fefc3 7/7: ; Merge: Lisp watchpoints (Bug#24923) |
Date: |
Fri, 09 Dec 2016 10:10:00 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> + else if (sym->redirect == SYMBOL_LOCALIZED
> + && SYMBOL_BLV (sym)->frame_local)
> + xsignal1 (Qtrapping_frame_local, symbol);
BTW, make-variable-frame-local has been declared obsolete since
Emacs-22.2, so I think now is a good time to get rid of
frame-local variables.
Stefan
- Re: [Emacs-diffs] master 88fefc3 7/7: ; Merge: Lisp watchpoints (Bug#24923),
Stefan Monnier <=