diff options
| author | Juanma Barranquero | 2013-07-19 02:38:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-07-19 02:38:19 +0200 |
| commit | c7064f05d3d660fbdd9e7a2feb0860b04f46ae0d (patch) | |
| tree | df193734804acd758dd9baaf7c5cb4298126a5cf | |
| parent | 4d19d194070f508faeddcbbd4c31fd4ce720825a (diff) | |
| download | emacs-c7064f05d3d660fbdd9e7a2feb0860b04f46ae0d.tar.gz emacs-c7064f05d3d660fbdd9e7a2feb0860b04f46ae0d.zip | |
lisp/ChangeLog, src/ChangeLog: Fix typos.
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 7 insertions, 7 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 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 164445432ec..81b23bccc8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * keyboard.c: Try to fix typos in previous change. | 3 | * keyboard.c: Try to fix typos in previous change. |
| 4 | (DISPLAY_LIST_INFO): New macro. | 4 | (DISPLAY_LIST_INFO): New macro. |
| 5 | (kbd_buffer_get_event): Do not access members that are not present | 5 | (kbd_buffer_get_event): Do not access members that are not present |
| 6 | in X11. Revert nadvertent change of "!=" to "=". | 6 | in X11. Revert inadvertent change of "!=" to "=". |
| 7 | 7 | ||
| 8 | 2013-07-18 Juanma Barranquero <lekktu@gmail.com> | 8 | 2013-07-18 Juanma Barranquero <lekktu@gmail.com> |
| 9 | 9 | ||