diff options
| author | Roland Winkler | 2007-04-15 16:05:19 +0000 |
|---|---|---|
| committer | Roland Winkler | 2007-04-15 16:05:19 +0000 |
| commit | cbc0b7831fd377db765c01e32c93e68b0a823b94 (patch) | |
| tree | 03d2106b2ed20cc3fb0ff76e3a5f4960f9aba3a5 /lisp/ChangeLog | |
| parent | a762d463bc6c80562ab81ef624a336684908ccd8 (diff) | |
| download | emacs-cbc0b7831fd377db765c01e32c93e68b0a823b94.tar.gz emacs-cbc0b7831fd377db765c01e32c93e68b0a823b94.zip | |
(bibtex-field-list): Use functionp.
(bibtex-make-field): Check that INIT is a string. Use functionp.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index af1b86a2890..2f0006b5e57 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 2 | |||
| 3 | * textmodes/bibtex.el (bibtex-field-list): Use functionp. | ||
| 4 | (bibtex-make-field): Check that INIT is a string. Use functionp. | ||
| 5 | |||
| 1 | 2007-04-14 Glenn Morris <rgm@gnu.org> | 6 | 2007-04-14 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * complete.el (PC-goto-end): New buffer-local variable. | 8 | * complete.el (PC-goto-end): New buffer-local variable. |