comparison 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
comparison
equal deleted inserted replaced
4700:ef70ee47d287 4701:684f0ed6cd4f
1 2009-09-27 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cus-edit.el (custom-variable-prompt):
4 nil is a symbol, check that variable-at-point is non-nil before
5 checking if it's a symbol when deciding on the prompt used in this
6 function.
7
1 2009-09-22 Andreas Roehler <andreas.roehler@online.de> 8 2009-09-22 Andreas Roehler <andreas.roehler@online.de>
2 9
3 * lisp.el (beginning-of-defun-raw): 10 * lisp.el (beginning-of-defun-raw):
4 new variable: beginning-of-defun-function, 11 new variable: beginning-of-defun-function,
5 beginning-of-defun may call FUNCTION determining start position 12 beginning-of-defun may call FUNCTION determining start position