diff options
| author | Glenn Morris | 2012-12-09 18:00:42 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-09 18:00:42 -0800 |
| commit | 265c2fbf11cb8bf9b805df63ecb9508631f08e35 (patch) | |
| tree | 808684294d7ec600f5300e0a5d5f868740096f7b /etc | |
| parent | 5f460827dd14fbfae26ac8451cedd4446817d1ec (diff) | |
| parent | f433306af510e86a614e9f9f082b6d2d5f56a968 (diff) | |
| download | emacs-265c2fbf11cb8bf9b805df63ecb9508631f08e35.tar.gz emacs-265c2fbf11cb8bf9b805df63ecb9508631f08e35.zip | |
Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -840,6 +840,10 @@ that substring is inserted literally even if the LITERAL arg is | |||
| 840 | non-nil, instead of causing an error to be signaled. | 840 | non-nil, instead of causing an error to be signaled. |
| 841 | 841 | ||
| 842 | +++ | 842 | +++ |
| 843 | ** `select-window' now always makes the window's buffer current. | ||
| 844 | It does so even if the window was selected before. | ||
| 845 | |||
| 846 | +++ | ||
| 843 | ** Docstrings starting with `*' no longer indicate user options. | 847 | ** Docstrings starting with `*' no longer indicate user options. |
| 844 | Only variables defined using `defcustom' are considered user options. | 848 | Only variables defined using `defcustom' are considered user options. |
| 845 | The function `user-variable-p' is now an obsolete alias for | 849 | The function `user-variable-p' is now an obsolete alias for |