1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
emacs/lisp/emacs-lisp
Noah Friedman c128637667 (eldoc-message-commands): Move docstring into comments, since this isn't
a user variable.

(eldoc-message-commands-table-size, eldoc-use-idle-timer-p,
eldoc-function-argstring-from-docstring-method-table): Use defvar,
not defconst.

(eldoc-last-data): Use cons explicitly; don't rely on dotted pair read
syntax.  I'm worried the latter might get compiled as read-only data someday.

(eldoc-docstring-message): If truncating symbol name, show ending of name
rather than beginning.  The former is generally more unique.

(eldoc-function-argstring-from-docstring-method-table): Handle
pathological `save-restriction' case.

[top level]: Add `indent-for-tab-command' to eldoc-message-commands.
1997-05-22 06:47:41 +00:00
..
advice.el
assoc.el
autoload.el (update-autoloads-from-directories): Renamed from 1997-05-16 22:49:59 +00:00
backquote.el Fixed up initial line 1996-05-20 21:07:10 +00:00
byte-opt.el (byte-optimize-approx-equal): Use <=, not <. 1997-05-06 03:53:10 +00:00
bytecomp.el (byte-compile-file-form-custom-declare-variable): New function. 1997-05-08 16:28:07 +00:00
cl-compat.el
cl-extra.el Turn on byte-compile-dynamic. 1996-09-01 22:56:40 +00:00
cl-indent.el Add defgroup's; use defcustom for user vars. 1997-04-12 04:15:03 +00:00
cl-macs.el (lexical-let): Fixed a bug involving nested 1996-10-24 22:45:24 +00:00
cl-seq.el Turn on byte-compile-dynamic. 1996-09-01 22:56:40 +00:00
cl-specs.el
cl.el (when, unless): Symbol props moved to subr.el. 1997-03-14 17:57:41 +00:00
copyright.el (copyright-regexp): Allow "Copyright" and the copyright symbol together. 1997-03-22 03:35:20 +00:00
cust-print.el
debug.el (debug): Use save-excursion inside the binding of buffer-read-only. 1997-03-30 07:05:14 +00:00
disass.el (disassemble-internal): Graceful error if compile failed. 1996-04-08 15:36:48 +00:00
easymenu.el (easy-menu-create-keymaps): Menu item STYLE toggle (checkbox) 1997-01-02 20:20:22 +00:00
edebug.el (edebug-eval-mode): Add a mode-class property. 1997-05-05 01:03:53 +00:00
eldoc.el (eldoc-message-commands): Move docstring into comments, since this isn't 1997-05-22 06:47:41 +00:00
elp.el (elp-report-limit): Change prompt string. 1997-04-21 23:48:34 +00:00
eval-reg.el
float.el
gulp.el Fix FSF address in comment. 1996-07-20 18:10:35 +00:00
helper.el
levents.el (event-closest-point): Fix paren error. 1997-05-20 17:17:39 +00:00
lisp-mnt.el Change defconst into defvar. Many doc fixes. 1996-02-08 04:13:11 +00:00
lisp-mode.el (eval-defun): For defcustom, always set the value. 1997-04-10 05:58:24 +00:00
lisp.el Use defcustom. 1997-05-05 15:06:25 +00:00
lmenu.el (make-lucid-menu-keymap): Add menu-alias property. 1996-06-13 21:05:06 +00:00
lselect.el
lucid.el (exec-to-string): New alias. 1996-09-26 07:48:03 +00:00
pp.el (pp-eval-expression): Set font-lock-default locally to nil. 1996-09-12 17:28:54 +00:00
profile.el Delete several \n\'s. 1996-10-02 21:42:42 +00:00
ring.el Many doc fixes. 1997-03-22 03:52:36 +00:00
shadow.el (list-load-path-shadows): Doc fix. 1996-07-23 13:56:33 +00:00
tq.el (tq-process-buffer): Catch errors running tq-queue-head-fn. 1997-03-22 03:55:49 +00:00
trace.el