comparison etc/NEWS @ 56969:ffa2a0547c4b

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 07 Sep 2004 21:16:01 +0000
parents 55fd4f77387a
children ef2bf59ff39e
comparison
equal deleted inserted replaced
56968:4a550d52d08d 56969:ffa2a0547c4b
2399 width of 2 inches, while (0.5 . IMAGE) specifies half the width (or 2399 width of 2 inches, while (0.5 . IMAGE) specifies half the width (or
2400 height) of the specified image. 2400 height) of the specified image.
2401 2401
2402 The form `(+ EXPR ...)' adds up the value of the expressions. 2402 The form `(+ EXPR ...)' adds up the value of the expressions.
2403 The form `(- EXPR ...)' negates or subtracts the value of the expressions. 2403 The form `(- EXPR ...)' negates or subtracts the value of the expressions.
2404
2405 ** Normally, the cursor is displayed at the end of any overlay and
2406 text property string that may be present at the current window
2407 position. The cursor may now be placed on any character of such
2408 strings by giving that character a non-nil `cursor' text property.
2404 2409
2405 ** New macro with-local-quit temporarily sets inhibit-quit to nil for use 2410 ** New macro with-local-quit temporarily sets inhibit-quit to nil for use
2406 around potentially blocking or long-running code in timers 2411 around potentially blocking or long-running code in timers
2407 and post-command-hooks. 2412 and post-command-hooks.
2408 2413