diff options
| -rw-r--r-- | lisp/erc/erc-pcomplete.el | 2 | ||||
| -rw-r--r-- | src/callproc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el index 457fd07ecc8..65b0f660275 100644 --- a/lisp/erc/erc-pcomplete.el +++ b/lisp/erc/erc-pcomplete.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Sacha Chua <sacha@free.net.ph> | 5 | ;; Author: Sacha Chua <sacha@free.net.ph> |
| 6 | ;; Maintainer: Amin Bandali <mab@gnu.org> | 6 | ;; Maintainer: Amin Bandali <mab@gnu.org> |
| 7 | ;; Keywords: comm, convenience | 7 | ;; Keywords: comm, convenience |
| 8 | ;; URL: http://wwws.emacswiki.org/emacs/ErcCompletion | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcCompletion |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/src/callproc.c b/src/callproc.c index 6bd4ae22f63..07dcc4c3ae4 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -794,7 +794,7 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd, | |||
| 794 | signal_after_change hasn't. A continue statement | 794 | signal_after_change hasn't. A continue statement |
| 795 | restarts the enclosing while (1) loop. A second, | 795 | restarts the enclosing while (1) loop. A second, |
| 796 | unwanted, call to `prepare_to_modify_buffer' is inhibited | 796 | unwanted, call to `prepare_to_modify_buffer' is inhibited |
| 797 | by the test perpared_pos < PT. The data are inserted | 797 | by the test prepared_pos < PT. The data are inserted |
| 798 | again, and this time signal_after_change gets called, | 798 | again, and this time signal_after_change gets called, |
| 799 | balancing the previous call to prepare_to_modify_buffer. */ | 799 | balancing the previous call to prepare_to_modify_buffer. */ |
| 800 | if ((prepared_pos < PT) && nread) | 800 | if ((prepared_pos < PT) && nread) |