From: Gerd Moellmann Date: Thu, 11 May 2000 09:32:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da4496b6c93c5243c689aee22a177e7b4494bc91;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index b8b8a9b9702..e1577144ad6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -36,7 +36,7 @@ be put below text lines on the affected frame or frames. - By setting X resource `lineSpacing', class `LineSpacing'. This is equivalent ot specifying the frame parameter. -- By specifying `--line-spaceing=N' or `-lsp N' on the command line. +- By specifying `--line-spacing=N' or `-lsp N' on the command line. - By setting buffer-local variable `line-spacing'. The meaning is the same, but applies to the a particular buffer only. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c46a4a94cdc..f3870aa517d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-05-11 Gerd Moellmann + + * subr.el (substitute-key-definition): Add comment describing + the meaning of PREFIX. + 2000-05-10 Stefan Monnier * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. diff --git a/src/ChangeLog b/src/ChangeLog index caba058c0a3..f1ee8e0db8f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-05-11 Gerd Moellmann + + * xdisp.c (handle_single_display_prop): Don't try to set PT if + we're interating over a string. + 2000-05-09 Dave Love * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to