diff options
| author | Stefan Monnier | 2013-03-10 17:37:42 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-10 17:37:42 -0400 |
| commit | d0ebc8269faa78a0f91423ec75a60a36dacf7723 (patch) | |
| tree | 2437b3beff4a8ce73415889c5cb2204a93cf859a /lisp/ChangeLog | |
| parent | 138c0ae83dcf3daede8d8a12459c9fca13d15fac (diff) | |
| download | emacs-d0ebc8269faa78a0f91423ec75a60a36dacf7723.tar.gz emacs-d0ebc8269faa78a0f91423ec75a60a36dacf7723.zip | |
* lisp/comint.el: Use with-silent-modifications.
(comint-send-input, comint-snapshot-last-prompt)
(comint-output-filter, comint-update-fence): Use with-silent-modifications.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20a3a6e1e50..8d2fdc9fcd6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * comint.el (comint-send-input, comint-snapshot-last-prompt) | ||
| 4 | (comint-output-filter, comint-update-fence): | ||
| 5 | Use with-silent-modifications. | ||
| 6 | |||
| 1 | 2013-03-10 Jambunathan K <kjambunathan@gmail.com> | 7 | 2013-03-10 Jambunathan K <kjambunathan@gmail.com> |
| 2 | 8 | ||
| 3 | * replace.el (occur-read-regexp-defaults-function): New var. | 9 | * replace.el (occur-read-regexp-defaults-function): New var. |
| @@ -21,7 +27,7 @@ | |||
| 21 | Use Tramp default handler. | 27 | Use Tramp default handler. |
| 22 | [file-acl, file-selinux-context, process-file, set-file-acl]: | 28 | [file-acl, file-selinux-context, process-file, set-file-acl]: |
| 23 | [set-file-modes, set-file-selinux-context, shell-command]: | 29 | [set-file-modes, set-file-selinux-context, shell-command]: |
| 24 | [start-file-process ]: Remove handler. | 30 | [start-file-process]: Remove handler. |
| 25 | [verify-visited-file-modtime]: New handler. | 31 | [verify-visited-file-modtime]: New handler. |
| 26 | (tramp-gvfs-dbus-string-to-byte-array) | 32 | (tramp-gvfs-dbus-string-to-byte-array) |
| 27 | (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all | 33 | (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all |