diff options
| author | Paul Eggert | 2016-05-10 07:44:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-10 07:44:28 -0700 |
| commit | 6d0703a01df1ece3fd9ba2a927913d1bcf10d549 (patch) | |
| tree | e3492449c92c0895ac77853d0a8ea07c0ecfe24f /etc | |
| parent | 433d366dc7b053048abf710d790ff62421dd1570 (diff) | |
| parent | d0d9f55b632717fccb605e0a204ebdd5ffe8608f (diff) | |
| download | emacs-6d0703a01df1ece3fd9ba2a927913d1bcf10d549.tar.gz emacs-6d0703a01df1ece3fd9ba2a927913d1bcf10d549.zip | |
Merge from origin/emacs-25
d0d9f55 Allow newlines inside cl function arglists
963541a Publicize cl--generic-all-functions
3c581d5 ; Fix typo
e58f900 Add some "safe-local-variable" declarations for compatibility...
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2052,7 +2052,7 @@ process filter, sentinel, etc., through keyword arguments (similar to | |||
| 2052 | 'make-network-process'). | 2052 | 'make-network-process'). |
| 2053 | 2053 | ||
| 2054 | +++ | 2054 | +++ |
| 2055 | ** Subprocesses are automatically told about changes in window dimensions | 2055 | ** Subprocesses are automatically told about changes in window dimensions. |
| 2056 | The new option 'window-adjust-process-window-size-function' controls | 2056 | The new option 'window-adjust-process-window-size-function' controls |
| 2057 | how subprocesses are told to adapt their logical window sizes to | 2057 | how subprocesses are told to adapt their logical window sizes to |
| 2058 | changes in the Emacs window configuration. Its default value calls | 2058 | changes in the Emacs window configuration. Its default value calls |