diff options
| author | Stefan Monnier | 2014-04-29 11:16:07 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-04-29 11:16:07 -0400 |
| commit | 4d89ee379aae4a0d087fa6734524e59e37b9cbc5 (patch) | |
| tree | 72cf01645c99e0eda276f7d8b15e9d5532da0acb /etc | |
| parent | 9c23779a9d8474af16cfadb1a08d2c05ececcbec (diff) | |
| download | emacs-4d89ee379aae4a0d087fa6734524e59e37b9cbc5.tar.gz emacs-4d89ee379aae4a0d087fa6734524e59e37b9cbc5.zip | |
* src/window.c (struct saved_window): Remove mark.
(Fset_window_configuration, save_window_save)
(compare_window_configurations): Don't touch marks any more.
* doc/lispref/windows.texi (Window Configurations, Window Configurations):
Window configs don't store marks any more.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -85,6 +85,8 @@ protocols as well as for "telnet" and "ftp" are passed to Tramp. | |||
| 85 | 85 | ||
| 86 | * Incompatible Lisp Changes in Emacs 24.5 | 86 | * Incompatible Lisp Changes in Emacs 24.5 |
| 87 | 87 | ||
| 88 | ** window-configurations do not record the buffers's marks any more. | ||
| 89 | |||
| 88 | ** inhibit-modification-hooks now also inhibits lock-file checks as well as | 90 | ** inhibit-modification-hooks now also inhibits lock-file checks as well as |
| 89 | active region handling. | 91 | active region handling. |
| 90 | 92 | ||