summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-11 16:06:20 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-11 16:06:20 +0000
commitd990421fa28eec09a5a633395b70fd9f1c7f8910 (patch)
treecf79b5f11f118d6026d2992701ae8d8f3f2814ad
parentab7e20d586cae93a2f763ca54aa5273926cb894a (diff)
downloademacs-d990421fa28eec09a5a633395b70fd9f1c7f8910.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--man/frames.texi7
-rw-r--r--src/ChangeLog3
3 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6fc69b5ae52..5c979283875 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -13,6 +13,9 @@
2000-12-11 Gerd Moellmann <gerd@gnu.org>
+ * simple.el (kill-new): Don't try to setcar kill-ring if it is
+ nil.
+
* cus-edit.el (custom-save-variables, custom-save-faces):
Comment fix.
diff --git a/man/frames.texi b/man/frames.texi
index 500340c5a9e..58d277d99af 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -690,9 +690,10 @@ the level where you click up to the top of the window. @kbd{Mouse-3}
down to the level where you click. By clicking repeatedly in the same
place, you can scroll by the same distance over and over.
- Aside from scrolling, you can also click @kbd{C-Mouse-2} in the scroll
-bar to split a window vertically. The split occurs on the line where
-you click.
+ If you are using Emacs own implementation of scroll bars, as opposed
+to scroll bars from an X toolkit, you can also click @kbd{C-Mouse-2} in
+the scroll bar to split a window vertically. The split occurs on the
+line where you click.
@findex scroll-bar-mode
@vindex scroll-bar-mode
diff --git a/src/ChangeLog b/src/ChangeLog
index 951205e8978..f89e0a3c8a7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2000-12-11 Gerd Moellmann <gerd@gnu.org>
+ * keymap.c (Fkey_description): If KEYS is an empty key sequence,
+ return an empty string.
+
* xdisp.c (try_cursor_movement): Check update_mode_lines instead
of the window's update_mode_line flag, since the former is set by
force-mode-line-update, not the latter. This makes