diff options
| author | Dmitry Gutov | 2013-10-06 02:40:16 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2013-10-06 02:40:16 +0300 |
| commit | da9ea6d9803d6a12f93ed7b2effd85e254b390e8 (patch) | |
| tree | 937ff4f01786045c293cd2bc65ef763c4801ee82 /etc | |
| parent | 34d1a1337df479908d6a7076a35d693050ae518d (diff) | |
| download | emacs-da9ea6d9803d6a12f93ed7b2effd85e254b390e8.tar.gz emacs-da9ea6d9803d6a12f93ed7b2effd85e254b390e8.zip | |
* lisp/newcomment.el (comment-use-global-state): Change default value
to t, mark obsolete.
(comment-beginning): In addition to `comment-to-syntax', check the
value of `comment-use-global-state'.
Fixes: debbugs:15251
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -157,6 +157,9 @@ some enhancements, like the ability to restore deleted frames. Command | |||
| 157 | ** The command `quail-help' is deleted. Use `C-h C-\' | 157 | ** The command `quail-help' is deleted. Use `C-h C-\' |
| 158 | (`describe-input-method') instead. | 158 | (`describe-input-method') instead. |
| 159 | 159 | ||
| 160 | ** The default value of `comment-use-global-state' is changed to t, | ||
| 161 | and this variable has been marked obsolete. | ||
| 162 | |||
| 160 | 163 | ||
| 161 | * Editing Changes in Emacs 24.4 | 164 | * Editing Changes in Emacs 24.4 |
| 162 | 165 | ||
| @@ -214,7 +217,7 @@ You can use the new function `remember-store-in-files' within the | |||
| 214 | See `remember-data-directory' and `remember-directory-file-name-format' | 217 | See `remember-data-directory' and `remember-directory-file-name-format' |
| 215 | for new options related to this function. | 218 | for new options related to this function. |
| 216 | 219 | ||
| 217 | ** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. | 220 | * More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. |
| 218 | Affected files: | 221 | Affected files: |
| 219 | ~/.emacs.d/timelog replaces ~/.timelog | 222 | ~/.emacs.d/timelog replaces ~/.timelog |
| 220 | ~/.emacs.d/vip replaces ~/.vip | 223 | ~/.emacs.d/vip replaces ~/.vip |