[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Local elisp library files and variable corruption
From: |
Noam Postavsky |
Subject: |
Re: Local elisp library files and variable corruption |
Date: |
Sat, 25 Jun 2016 16:54:54 -0400 |
On Sat, Jun 25, 2016 at 4:37 PM, Live System User <address@hidden> wrote:
> How does one go about getting `describe-variable' to return the
> non-bytecode version of a variable, including, in this case, the
> add-hook `after-init-hook' value from desktop.el.gz?
You can't, the information is not recorded anywhere. I think the best
solution is to give a name to that function in desktop.el. Then you
would see something like
Its value is (desktop-maybe-restore x-wm-set-size-hint)