aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-08-20 18:12:07 +0000
committerDave Love2000-08-20 18:12:07 +0000
commite50c4203bf378337e11b6c91074ea1b8fa8389b9 (patch)
tree6899923d7665e12cc727b6c93e83c47c62a44925 /lisp/ChangeLog
parent13eb63ffef79c84b5e155be9e12c6b049024938c (diff)
downloademacs-e50c4203bf378337e11b6c91074ea1b8fa8389b9.tar.gz
emacs-e50c4203bf378337e11b6c91074ea1b8fa8389b9.zip
(defun-prompt-regexp, parens-require-spaces): Doc fix.
(down-list, backward-up-list, up-list, kill-sexp) (backward-kill-sexp, mark-sexp)): Make arg optional. (lisp-complete-symbol): Add optional arg PREDICATE.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d078aad3204..9f915e83eaa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12000-08-20 Dave Love <fx@gnu.org>
2
3 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4 Doc fix.
5 (down-list, backward-up-list, up-list, kill-sexp)
6 (backward-kill-sexp, mark-sexp): Make arg optional.
7 (lisp-complete-symbol): Add optional arg PREDICATE.
8
9 * cus-start.el: Add display-buffer-reuse-frames,
10 file-coding-system-alist.
11
12000-08-20 Gerd Moellmann <gerd@gnu.org> 122000-08-20 Gerd Moellmann <gerd@gnu.org>
2 13
3 * startup.el (command-line): Clear realized faces after 14 * startup.el (command-line): Clear realized faces after