comparison lisp/ChangeLog @ 77209:ced97341ed03

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 14 Apr 2007 19:33:32 +0000
parents 4c7f7728e65f
children d83335a3519d
comparison
equal deleted inserted replaced
77208:2b2091de06c3 77209:ced97341ed03
1 2007-04-14 Glenn Morris <rgm@gnu.org> 1 2007-04-14 Glenn Morris <rgm@gnu.org>
2
3 * complete.el (PC-goto-end): New variable.
4 (partial-completion-mode) <choose-completion-string-functions>:
5 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
6 (PC-do-completion): New optional fourth argument GOTO-END. Add a
7 doc string. Set PC-goto-end for choose-completion.
8 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
9 PC-do-completion.
2 10
3 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM 11 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
4 arg to bibtex-make-field. 12 arg to bibtex-make-field.
5 (bibtex-make-field): Add optional fourth arg NODELIM. Insert 13 (bibtex-make-field): Add optional fourth arg NODELIM. Insert
6 delimiters around INIT unless this arg is non-nil. 14 delimiters around INIT unless this arg is non-nil.