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

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

RE: Understanding cross version problem


From: Drew Adams
Subject: RE: Understanding cross version problem
Date: Mon, 29 May 2017 09:38:07 -0700 (PDT)

>   (if (boundp tool-bar-mode) (tool-bar-mode -1))

Change (boundp tool-bar-mode) to (boundp 'tool-bar-mode).

> I put that there to eliminate an error from 22.1 about the missing variable.
> However, when I -debug-init I am still being told:
>   "void-variable tool-bar-mode"
> I thought that is what "boundp" was checking?
> 
> What have I missed?

See above.



reply via email to

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