comparison lisp/ChangeLog @ 4535:69a1eda3da06

Distinguish vars and functions in #'symbol-file, #'describe-{function,variable} lisp/ChangeLog addition: 2008-12-22 Aidan Kehoe <kehoea@parhasard.net> * loadhist.el (symbol-file): Add support for differentiating between variables and functions to #'symbol-file. * help.el (describe-function-1): (describe-variable): Call #'symbol-function explicitly with a 'defun or 'defvar argument, depending on whether we're looking for a variable or a function. * cus-face.el (custom-declare-face): Record information about the face in the load history; code taken from GNU, pre-GPLv3 revision 1.45. src/ChangeLog addition: 2008-12-22 Aidan Kehoe <kehoea@parhasard.net> * symbols.c (Fdefine_function): * eval.c (define_function): Record explicitly that we're defining a function in the load history, in both these files.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 22 Dec 2008 14:07:48 +0000
parents 6f41fb7f3a65
children 061e030e3270 80e0588fb42f
comparison
equal deleted inserted replaced
4534:f32c7f843961 4535:69a1eda3da06
1 2008-12-22 Aidan Kehoe <kehoea@parhasard.net>
2
3 * loadhist.el (symbol-file):
4 Add support for differentiating between variables and functions to
5 #'symbol-file.
6 * help.el (describe-function-1):
7 (describe-variable):
8 Call #'symbol-function explicitly with a 'defun or 'defvar
9 argument, depending on whether we're looking for a variable or a
10 function.
11 * cus-face.el (custom-declare-face):
12 Record information about the face in the load history; code taken
13 from GNU, pre-GPLv3 revision 1.45.
14
1 2008-10-29 Stephen J. Turnbull <stephen@xemacs.org> 15 2008-10-29 Stephen J. Turnbull <stephen@xemacs.org>
2 16
3 * bytecomp.el (byte-compile-file): Protect encoding from latin-unity. 17 * bytecomp.el (byte-compile-file): Protect encoding from latin-unity.
4 18
5 2008-10-28 Stephen J. Turnbull <stephen@xemacs.org> 19 2008-10-28 Stephen J. Turnbull <stephen@xemacs.org>