emacs/lisp/emacs-lisp
Richard M. Stallman 2cd6a032aa Require `loadhist'. Variable
(find-function-function) variable removed.
(find-function-regexp): New variable, taken from former constant
in `find-function-noselect'.  Can now find function definitions
with parameters on a new line.
(find-variable-regexp): New variable.
(find-function-recenter-line): New variable.
(find-function-after-hook): New variable.
(find-function-search-for-symbol): subroutine, from
of `find-function-noselect'
(find-function-search-for-symbol): `regexp-quote' the symbol name:
needed to find-function `mapcar*' for example.
(find-function-noselect): Improved docstring.  Don't include
`library' in let.
Use `symbol-file' instead of `describe-symbol-find-file'
(find-function-read): Renamed from `find-function-read-function'.
With optional arg now read a variable.
(find-function-read): Separate `completing-read' calls for
variables and functions.
(find-function-do-it): If buffer found was already current push
mark. Added parameter to indicate if a variable is being searched for.
(find-function-do-it): Mention new `find-function-recenter-line'
and `find-function-after-hook' in docstring.  Use them.
(find-function): Remove optional arg.  Use `find-function-do-it'
and `find-function-read'.
(find-function-other-window): ditto.
(find-function-other-frame): ditto.
(find-function): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-function-other-window): Remove most of docstring and add
reference to `find-function' instead.
(find-function-other-frame): Ditto.
(find-variable-noselect): New function for finding the point of
definition of variables, modeled on `find-function-noselect'.
(find-variable-noselect): Use `symbol-file' instead of
`describe-symbol-find-file'.
(find-variable): New function.
(find-variable-other-window): Ditto.
(find-variable-other-frame): Ditto.
(find-variable): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-variable-other-window): Remove most of docstring and add
reference to `find-variable' instead.
(find-variable-other-frame): Ditto.
(find-function-on-key): Simplified.  Removed stuff now taken care
of by interactive "k".
(find-function-at-point): New function.
(find-variable-at-point): Ditto.
1998-06-29 17:23:25 +00:00
..
advice.el (ad-redefinition-action, 1998-06-24 08:58:39 +00:00
assoc.el Update FSF's address. 1996-01-14 07:34:30 +00:00
autoload.el *** empty log message *** 1998-06-06 20:22:47 +00:00
backquote.el Customized. 1998-04-05 18:26:32 +00:00
byte-opt.el Comment fix. 1998-06-05 16:25:25 +00:00
bytecomp.el (byte-compile-generate-call-tree): 1998-06-24 09:02:58 +00:00
checkdoc.el (checkdoc-autofix-flag): Use `other' 1998-06-24 09:05:39 +00:00
cl-compat.el Update FSF's address. 1996-01-14 07:34:30 +00:00
cl-extra.el Turn on byte-compile-dynamic. 1996-09-01 22:56:40 +00:00
cl-indent.el (lisp-indent-error-function): New variable. 1998-05-24 16:58:32 +00:00
cl-macs.el (buffer-modified-p): Make defsetf handle buffer argument. 1998-06-23 15:47:38 +00:00
cl-seq.el Turn on byte-compile-dynamic. 1996-09-01 22:56:40 +00:00
cl-specs.el Update FSF's address. 1996-01-14 07:34:30 +00:00
cl.el Don't defconst the colon symbols, since they 1998-04-10 08:36:34 +00:00
copyright.el (copyright-query): Use `other' widget 1998-06-24 09:06:56 +00:00
cust-print.el Jumping up to new revision. 1994-04-09 22:19:10 +00:00
debug.el (debugger-frame-clear): Doc fix. 1998-05-17 22:02:49 +00:00
disass.el (disassemble-1): Reference bytecode string as unibyte. 1998-05-14 00:57:14 +00:00
easy-mmode.el (easy-mmode-define-minor-mode): Add missing format arg. 1998-06-01 02:59:23 +00:00
easymenu.el (easy-menu-do-add-item): Small simplifications. 1998-05-23 04:26:39 +00:00
edebug.el (edebug-all-forms): Add autoload cookie. 1998-05-07 23:31:26 +00:00
eldoc.el [top level]: Add up-list' and down-list' to eldoc-message-commands. 1997-07-09 12:44:15 +00:00
elint.el (elint-check-defcustom-form): New function. 1997-10-02 02:47:57 +00:00
elp.el Change comment and version numbers. 1998-03-14 05:46:01 +00:00
eval-reg.el Change copyright notice. 1998-06-23 01:55:31 +00:00
find-func.el Require `loadhist'. Variable 1998-06-29 17:23:25 +00:00
float.el Comment change. 1997-06-16 17:32:40 +00:00
gulp.el Customized. 1998-04-05 18:26:32 +00:00
helper.el Update FSF's address. 1996-01-14 07:34:30 +00:00
levents.el Add provide call. 1997-06-22 18:57:55 +00:00
lisp-mnt.el Customized. 1998-04-05 18:26:32 +00:00
lisp-mode.el (eval-defun): Pass read function to 1998-06-13 04:33:31 +00:00
lisp.el (defun-prompt-regexp): Fix customize type. 1997-09-09 02:57:48 +00:00
lmenu.el (popup-menu-popup): Fix typo: set menu-keymap. 1998-05-01 03:51:57 +00:00
lselect.el Add provide call. 1997-06-22 18:57:55 +00:00
lucid.el (extent-properties, extent-at): New functions. 1997-08-13 19:39:39 +00:00
pp.el Customized. 1998-04-05 18:26:32 +00:00
profile.el Customized. 1998-04-05 18:26:32 +00:00
regexp-opt.el (regexp-opt): Doc fix. 1997-09-07 01:24:23 +00:00
ring.el Many doc fixes. 1997-03-22 03:52:36 +00:00
shadow.el Whitespace change. 1998-05-21 01:55:57 +00:00
sregex.el Initial revision 1998-06-22 02:03:41 +00:00
tq.el (tq-filter): Use with-current-buffer. 1998-01-21 05:26:11 +00:00
trace.el Customized. 1998-04-05 18:26:32 +00:00