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

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

RE: python-mode broken - zip and git issues


From: Drew Adams
Subject: RE: python-mode broken - zip and git issues
Date: Sun, 1 Feb 2015 07:51:42 -0800 (PST)

> Don't use symbol-name on major-mode.  Just use the symbol itself.
> E.g. instead of (equal "foo-mode" (symbol-name major-mode)), you can
> test (equal 'foo-mode major-mode).

Or (eq 'foo-mode major-mode).



reply via email to

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