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

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

RE: Suppress user-prompting when calling commands in programs


From: Drew Adams
Subject: RE: Suppress user-prompting when calling commands in programs
Date: Sat, 14 Jun 2014 08:52:30 -0700 (PDT)

> (equal current-prefix-arg '(32))

Perhaps you mean (equal current-prefix-arg '(64))?

N `C-u' occurrences (for N>0) result in (expt 4 N) as the list car.

[Why this is not documented in the Elisp manual, I don't know.
Certainly (IMHO), user code should be able to depend on it.]



reply via email to

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