aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-03-26 06:29:01 +0000
committerPavel Janík2002-03-26 06:29:01 +0000
commitb75b82abf6d9288ec6c38d2032a7748433bb97b5 (patch)
tree488ec0abd4cf592714cbb17b9a32597d6e37aa91
parent971a8bd74f733951edda20d9e91e33e41eab9175 (diff)
downloademacs-b75b82abf6d9288ec6c38d2032a7748433bb97b5.tar.gz
emacs-b75b82abf6d9288ec6c38d2032a7748433bb97b5.zip
Fix typo.
-rw-r--r--etc/PROBLEMS2
-rw-r--r--lisp/simple.el2
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
792Auto-compress mode it needs for this will not be loaded until later, 792Auto-compress mode it needs for this will not be loaded until later,
793when your .emacs file is processed. (The package `fontset.el' is 793when your .emacs file is processed. (The package `fontset.el' is
794required to set up fonts used to display text on window systems, and 794required to set up fonts used to display text on window systems, and
795its loaded very early in the startup procedure.) 795it's loaded very early in the startup procedure.)
796 796
797Similarly, any other .el file for which there's no corresponding .elc 797Similarly, any other .el file for which there's no corresponding .elc
798file could fail to load if it is compressed. 798file 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)