diff options
| author | Chong Yidong | 2012-06-21 15:15:42 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-06-21 15:15:42 +0800 |
| commit | e76f0800d2ceef239e8db3c2f81c6b71d4c70302 (patch) | |
| tree | b1baa57c1d24db3042f48c78e57b3123a8af5a99 /etc | |
| parent | f10deafb12a12daa85f8357a73752765549969c0 (diff) | |
| download | emacs-e76f0800d2ceef239e8db3c2f81c6b71d4c70302.tar.gz emacs-e76f0800d2ceef239e8db3c2f81c6b71d4c70302.zip | |
Fixes to desktop reading logic.
* desktop.el (desktop-read): Don't prompt if daemon.
(desktop-path): Remove . from the default value.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -153,6 +153,11 @@ which have not been renamed to `cl-foo*' but just `cl-foo'. | |||
| 153 | The old `cl' is now deprecated and is nothing more than a bunch of aliases that | 153 | The old `cl' is now deprecated and is nothing more than a bunch of aliases that |
| 154 | provide the old non-prefixed names. | 154 | provide the old non-prefixed names. |
| 155 | 155 | ||
| 156 | ** Desktop | ||
| 157 | |||
| 158 | *** `desktop-path' no longer includes the "." directory. Desktop | ||
| 159 | files are now located in ~/.emacs.d by default. | ||
| 160 | |||
| 156 | ** A new mode for Python. | 161 | ** A new mode for Python. |
| 157 | This provides several new features, including: | 162 | This provides several new features, including: |
| 158 | per-buffer shells, better indentation, Python 3 support, and improved | 163 | per-buffer shells, better indentation, Python 3 support, and improved |