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

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

bug#10906: 24.0.94; `c-mark-function' does set the mark well


From: Dani Moncayo
Subject: bug#10906: 24.0.94; `c-mark-function' does set the mark well
Date: Wed, 7 Mar 2012 22:37:10 +0100

> Here's a revised patch.  I think it'll work this time.

It works, thank you.

BTW, I have a question (I've still a beginner on elisp): What's the
point of the "or" form here?

> +             (or (and (eq this-command 'c-mark-function)
> +                      (eq last-command 'c-mark-function))))


It has a single argument, so that it would be equivalent to get rid of
it, like this:

> +             (and (eq this-command 'c-mark-function)
> +                      (eq last-command 'c-mark-function)))

??

-- 
Dani Moncayo





reply via email to

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