aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRoland Winkler2007-04-15 16:05:19 +0000
committerRoland Winkler2007-04-15 16:05:19 +0000
commitcbc0b7831fd377db765c01e32c93e68b0a823b94 (patch)
tree03d2106b2ed20cc3fb0ff76e3a5f4960f9aba3a5 /lisp/ChangeLog
parenta762d463bc6c80562ab81ef624a336684908ccd8 (diff)
downloademacs-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/ChangeLog5
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 @@
12007-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
12007-04-14 Glenn Morris <rgm@gnu.org> 62007-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.