diff options
| author | Pavel Janík | 2002-03-26 06:29:01 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-03-26 06:29:01 +0000 |
| commit | b75b82abf6d9288ec6c38d2032a7748433bb97b5 (patch) | |
| tree | 488ec0abd4cf592714cbb17b9a32597d6e37aa91 | |
| parent | 971a8bd74f733951edda20d9e91e33e41eab9175 (diff) | |
| download | emacs-b75b82abf6d9288ec6c38d2032a7748433bb97b5.tar.gz emacs-b75b82abf6d9288ec6c38d2032a7748433bb97b5.zip | |
Fix typo.
| -rw-r--r-- | etc/PROBLEMS | 2 | ||||
| -rw-r--r-- | lisp/simple.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 185796d5141..1896200fef3 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -792,7 +792,7 @@ files. Emacs cannot work with subdirs.el compressed, since the | |||
| 792 | Auto-compress mode it needs for this will not be loaded until later, | 792 | Auto-compress mode it needs for this will not be loaded until later, |
| 793 | when your .emacs file is processed. (The package `fontset.el' is | 793 | when your .emacs file is processed. (The package `fontset.el' is |
| 794 | required to set up fonts used to display text on window systems, and | 794 | required to set up fonts used to display text on window systems, and |
| 795 | its loaded very early in the startup procedure.) | 795 | it's loaded very early in the startup procedure.) |
| 796 | 796 | ||
| 797 | Similarly, any other .el file for which there's no corresponding .elc | 797 | Similarly, any other .el file for which there's no corresponding .elc |
| 798 | file could fail to load if it is compressed. | 798 | file could fail to load if it is compressed. |
diff --git a/lisp/simple.el b/lisp/simple.el index 29a0f2a34ac..b9235eaf17f 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3950,7 +3950,7 @@ Returns nil if PROCESS has already terminated." | |||
| 3950 | (set-process-sentinel new-process (process-sentinel process)) | 3950 | (set-process-sentinel new-process (process-sentinel process)) |
| 3951 | new-process))) | 3951 | new-process))) |
| 3952 | 3952 | ||
| 3953 | ;; things to maybe add (currently partly covered by `funcall mode': | 3953 | ;; things to maybe add (currently partly covered by `funcall mode'): |
| 3954 | ;; - syntax-table | 3954 | ;; - syntax-table |
| 3955 | ;; - overlays | 3955 | ;; - overlays |
| 3956 | (defun clone-buffer (&optional newname display-flag) | 3956 | (defun clone-buffer (&optional newname display-flag) |