diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f56654af9ca..86715d6d695 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,13 +5,13 @@ | |||
| 5 | 5 | ||
| 6 | 2013-07-18 Michael Albinus <michael.albinus@gmx.de> | 6 | 2013-07-18 Michael Albinus <michael.albinus@gmx.de> |
| 7 | 7 | ||
| 8 | * filenotify.el (file-notify--library): Renamed from | 8 | * filenotify.el (file-notify--library): Rename from |
| 9 | `file-notify-support'. Do not autoload. Adapt all uses. | 9 | `file-notify-support'. Do not autoload. Adapt all uses. |
| 10 | (file-notify-supported-p): New defun. | 10 | (file-notify-supported-p): New defun. |
| 11 | 11 | ||
| 12 | * autorevert.el (auto-revert-use-notify): Use | 12 | * autorevert.el (auto-revert-use-notify): |
| 13 | `file-notify-supported-p' instead of `file-notify-support'. Adapt | 13 | Use `file-notify-supported-p' instead of `file-notify-support'. |
| 14 | docstring. | 14 | Adapt docstring. |
| 15 | (auto-revert-notify-add-watch): Use `file-notify-supported-p'. | 15 | (auto-revert-notify-add-watch): Use `file-notify-supported-p'. |
| 16 | 16 | ||
| 17 | * net/tramp.el (tramp-file-name-for-operation): | 17 | * net/tramp.el (tramp-file-name-for-operation): |
| @@ -3572,8 +3572,8 @@ | |||
| 3572 | (prolog-char-quote-workaround): | 3572 | (prolog-char-quote-workaround): |
| 3573 | * progmodes/cperl-mode.el (cperl-under-as-char): | 3573 | * progmodes/cperl-mode.el (cperl-under-as-char): |
| 3574 | * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word): | 3574 | * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word): |
| 3575 | Mark as obsolete. | 3575 | Mark as obsolete. |
| 3576 | (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in | 3576 | (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in |
| 3577 | their declaration. | 3577 | their declaration. |
| 3578 | (vhdl-mode-syntax-table-init): Remove. | 3578 | (vhdl-mode-syntax-table-init): Remove. |
| 3579 | 3579 | ||