diff options
| author | Juanma Barranquero | 2011-04-15 05:15:22 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-04-15 05:15:22 +0200 |
| commit | 49093f601b69d91126aefd328ee8f6bfeb797407 (patch) | |
| tree | 3588c120df13eb85d669644f58ec4a1fbe4e1e83 /lisp/ChangeLog | |
| parent | cc39a9dba6e3633e67501eaf0361fb2f040cb064 (diff) | |
| download | emacs-49093f601b69d91126aefd328ee8f6bfeb797407.tar.gz emacs-49093f601b69d91126aefd328ee8f6bfeb797407.zip | |
lisp/loadup.el: Use `string-to-number', not `string-to-int'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3449a0ada9c..9b162f94a6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-04-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * loadup.el: Use `string-to-number', not `string-to-int'. | ||
| 4 | |||
| 1 | 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * progmodes/gud.el (gud-gdb): Use completion-at-point instead of | 7 | * progmodes/gud.el (gud-gdb): Use completion-at-point instead of |
| @@ -8,11 +12,10 @@ | |||
| 8 | 12 | ||
| 9 | 2011-04-14 Michael Albinus <michael.albinus@gmx.de> | 13 | 2011-04-14 Michael Albinus <michael.albinus@gmx.de> |
| 10 | 14 | ||
| 11 | * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the | 15 | * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case |
| 12 | case when the scripts fail. Use `tramp-do-file-attributes-with-ls' | 16 | when the scripts fail. Use `tramp-do-file-attributes-with-ls' then. |
| 13 | then. | 17 | (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer |
| 14 | (tramp-do-copy-or-rename-file-out-of-band): Do not check any | 18 | whether `executable-find' is bound. |
| 15 | longer, whether`executable-find' is bound. | ||
| 16 | 19 | ||
| 17 | * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring. | 20 | * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring. |
| 18 | 21 | ||