Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4701:684f0ed6cd4f
Behave better when #'variable-at-point gives nil, #'custom-variable-prompt.
lisp/ChangeLog addition:
2009-09-27 Aidan Kehoe <kehoea@parhasard.net>
* cus-edit.el (custom-variable-prompt):
nil is a symbol, check that variable-at-point is non-nil before
checking if it's a symbol when deciding on the prompt used in this
function.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 27 Sep 2009 20:37:44 +0100 |
parents | 0d6d0edf1253 |
children | eb1a409c317b |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 25 01:10:49 2009 +0900 +++ b/lisp/ChangeLog Sun Sep 27 20:37:44 2009 +0100 @@ -1,3 +1,10 @@ +2009-09-27 Aidan Kehoe <kehoea@parhasard.net> + + * cus-edit.el (custom-variable-prompt): + nil is a symbol, check that variable-at-point is non-nil before + checking if it's a symbol when deciding on the prompt used in this + function. + 2009-09-22 Andreas Roehler <andreas.roehler@online.de> * lisp.el (beginning-of-defun-raw):