aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2013-07-21 04:53:19 +0200
committerJuanma Barranquero2013-07-21 04:53:19 +0200
commit763a086dc75498d173601db882ec59b739cab17f (patch)
tree32afa55164eef468d547cfe272c4ccf845b37d29 /lisp
parent728dc3cc6093d56809c4159bb8022dbd1eb57d8a (diff)
downloademacs-763a086dc75498d173601db882ec59b739cab17f.tar.gz
emacs-763a086dc75498d173601db882ec59b739cab17f.zip
lisp/ChangeLog, src/ChangeLog: Fix typos.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 720e040fbff..46003a9e0dc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,16 +25,16 @@
25 25
262013-07-20 Andreas Schwab <schwab@linux-m68k.org> 262013-07-20 Andreas Schwab <schwab@linux-m68k.org>
27 27
28 * progmodes/sh-script.el (sh-read-variable): Remove interactive 28 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
29 spec. (Bug#14826) 29 (Bug#14826)
30 30
31 * international/mule.el (coding-system-iso-2022-flags): Fix last 31 * international/mule.el (coding-system-iso-2022-flags): Fix last
32 change. 32 change.
33 33
342013-07-20 Kenichi Handa <handa@gnu.org> 342013-07-20 Kenichi Handa <handa@gnu.org>
35 35
36 * international/mule.el (coding-system-iso-2022-flags): Add 36 * international/mule.el (coding-system-iso-2022-flags):
37 `8-bit-level-4'. (Bug#8522) 37 Add `8-bit-level-4'. (Bug#8522)
38 38
392013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org> 392013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
40 40
@@ -153,8 +153,8 @@
153 153
1542013-07-13 Dmitry Gutov <dgutov@yandex.ru> 1542013-07-13 Dmitry Gutov <dgutov@yandex.ru>
155 155
156 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight 156 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
157 conversion methods on Kernel. 157 Highlight conversion methods on Kernel.
158 158
1592013-07-13 Alan Mackenzie <acm@muc.de> 1592013-07-13 Alan Mackenzie <acm@muc.de>
160 160
@@ -322,8 +322,8 @@
322 (tramp-process-actions): Use progress reporter. Delete process in 322 (tramp-process-actions): Use progress reporter. Delete process in
323 case of error. Improve messages. 323 case of error. Improve messages.
324 324
325 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use 325 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
326 condition-case. Call `tramp-error-with-buffer' with vector and buffer. 326 Call `tramp-error-with-buffer' with vector and buffer.
327 (tramp-current-connection): Removed. 327 (tramp-current-connection): Removed.
328 (tramp-maybe-open-connection): The car of 328 (tramp-maybe-open-connection): The car of
329 `tramp-current-connection' are the first 3 slots of the vector. 329 `tramp-current-connection' are the first 3 slots of the vector.