emacs-devel
[Top][All Lists]
Advanced

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

Re: bizarre problem with minor mode defined using define-minor-mode


From: Andreas Schwab
Subject: Re: bizarre problem with minor mode defined using define-minor-mode
Date: Sun, 16 Jan 2011 09:55:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.92 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> I'm talking about my reading of the allout.el code: nowhere does your
> code use the function cell of that variable, AFAICT.

Here:

          (setq minor-mode-map-alist
                (cons '(allout-mode . allout-mode-map)
                      minor-mode-map-alist)))

(allout is the only mode doing it that way.)

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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