comparison lispref/elisp.texi @ 51653:a14e8c97cfb9

Advising Primitives renamed from Subr Arguments.
author Richard M. Stallman <rms@gnu.org>
date Tue, 24 Jun 2003 18:15:25 +0000
parents 70dce195cb42
children b41c6ef00205
comparison
equal deleted inserted replaced
51652:55fb0658914a 51653:a14e8c97cfb9
436 * Activation of Advice:: Advice doesn't do anything until you activate it. 436 * Activation of Advice:: Advice doesn't do anything until you activate it.
437 * Enabling Advice:: You can enable or disable each piece of advice. 437 * Enabling Advice:: You can enable or disable each piece of advice.
438 * Preactivation:: Preactivation is a way of speeding up the 438 * Preactivation:: Preactivation is a way of speeding up the
439 loading of compiled advice. 439 loading of compiled advice.
440 * Argument Access in Advice:: How advice can access the function's arguments. 440 * Argument Access in Advice:: How advice can access the function's arguments.
441 * Subr Arguments:: Accessing arguments when advising a primitive. 441 * Advising Primitives:: Accessing arguments when advising a primitive.
442 * Combined Definition:: How advice is implemented. 442 * Combined Definition:: How advice is implemented.
443 443
444 Debugging Lisp Programs 444 Debugging Lisp Programs
445 445
446 * Debugger:: How the Emacs Lisp debugger is implemented. 446 * Debugger:: How the Emacs Lisp debugger is implemented.