1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

*** empty log message ***

This commit is contained in:
Martin Rudalics 2008-11-07 14:22:27 +00:00
parent 86ab855a9a
commit e589455f84

View File

@ -1259,7 +1259,7 @@ of recently selected windows and the buffer list.
** Window parameters can now be defined. ** Window parameters can now be defined.
These are analogous to frame parameters, but are associated with These are analogous to frame parameters, but are associated with
individual windows. individual windows.
+++
*** The new functions window-parameters, window-parameter, and *** The new functions window-parameters, window-parameter, and
set-window-parameter are used to query and set window parameters. set-window-parameter are used to query and set window parameters.
@ -1593,6 +1593,10 @@ It now accepts a cons cell (COLS . LINES) in its first argument, which
says to stop, where possible, at a pixel x-position equal to COLS says to stop, where possible, at a pixel x-position equal to COLS
times the default column width. times the default column width.
*** redisplay-end-trigger-functions, set-window-redisplay-end-trigger,
and window-redisplay-end-trigger are obsolete. Use `jit-lock-register'
instead.
** The Lisp interpreter now treats non-breaking space as whitespace. ** The Lisp interpreter now treats non-breaking space as whitespace.
** Miscellaneous new functions ** Miscellaneous new functions