1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lisp/emacs-lisp
Juri Linkov 20c78df04b (edebug-set-global-break-condition):
Use `read-expression-history'.  Set initial contents only if
`edebug-global-break-condition' is non-nil.  Set histpos to 1
if initial contents is equal to the last history element.
(edebug-set-conditional-breakpoint): Instead of temporarily
prepending the current condition to the history, set initial
contents to the current condition.  Set histpos to 1 if initial
contents is equal to the last history element.
2004-11-28 07:57:10 +00:00
..
.gitignore
advice.el (ad-make-advised-definition): Use called-interactively-p. 2004-11-02 09:17:50 +00:00
assoc.el Add arch taglines 2003-09-01 15:45:59 +00:00
authors.el (authors-aliases): Add more aliases. 2004-09-07 21:16:48 +00:00
autoload.el (update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER. 2004-11-02 09:20:13 +00:00
backquote.el (backquote-list*-macro): Use nreverse. 2004-03-22 15:17:01 +00:00
benchmark.el Add arch taglines 2003-09-01 15:45:59 +00:00
bindat.el Add arch taglines 2003-09-01 15:45:59 +00:00
byte-opt.el (byte-optimize-form-code-walker): 2004-11-25 02:58:34 +00:00
byte-run.el (make-obsolete, make-obsolete-variable): Make argument names match their use in 2004-05-07 00:58:54 +00:00
bytecomp.el (byte-compile-form): Move the calls to byte-compile-set-symbol-position, 2004-11-21 00:47:13 +00:00
checkdoc.el (checkdoc-this-string-valid-engine): 2004-09-12 20:17:53 +00:00
cl-compat.el (pair-with-newsyms): Use make-symbol. 2004-11-16 04:04:50 +00:00
cl-extra.el Add arch taglines 2003-09-01 15:45:59 +00:00
cl-indent.el (lisp-indent-defmethod): Correct 2004-08-21 12:24:13 +00:00
cl-macs.el (cl-parse-loop-clause, labels): Use gensym 2004-11-27 00:20:38 +00:00
cl-seq.el Add arch taglines 2003-09-01 15:45:59 +00:00
cl-specs.el Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196 2004-04-10 05:55:49 +00:00
cl.el (cl-unload-hook): Don't defvar it, just set it. 2004-10-16 15:21:10 +00:00
copyright.el (copyright-update-year): Delete code that replaces 20xy with xy. 2004-08-18 02:11:36 +00:00
crm.el Add arch taglines 2003-09-01 15:45:59 +00:00
cust-print.el (custom-printers): Use defvar' instead of defconst'. 2004-11-21 03:27:39 +00:00
debug.el Add arch taglines 2003-09-01 15:45:59 +00:00
derived.el Add arch taglines 2003-09-01 15:45:59 +00:00
disass.el (disassemble): Handle lambda-exp as arg. 2004-04-21 19:14:04 +00:00
easy-mmode.el (define-minor-mode): Use called-interactively-p. 2004-11-02 09:23:34 +00:00
easymenu.el (easy-menu-add-item): Use keymap-prompt. Simplify. 2004-11-10 16:20:20 +00:00
edebug.el (edebug-set-global-break-condition): 2004-11-28 07:57:10 +00:00
eldoc.el Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196 2004-04-10 05:55:49 +00:00
elint.el (elint-check-defcustom-form): Don't use `evenp' so we don't implicitly 2003-10-20 17:16:16 +00:00
elp.el (elp-results): Delete wasteful beginning-of-buffer. 2004-11-07 04:09:31 +00:00
ewoc.el (ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect): 2004-06-16 23:50:03 +00:00
find-func.el (find-function-regexp): Optimize define-minor-mode'. Add defun-cvs-mode'. 2004-11-16 15:26:30 +00:00
find-gc.el Add arch taglines 2003-09-01 15:45:59 +00:00
float-sup.el Add arch taglines 2003-09-01 15:45:59 +00:00
gulp.el Add arch taglines 2003-09-01 15:45:59 +00:00
helper.el Add arch taglines 2003-09-01 15:45:59 +00:00
levents.el Add arch taglines 2003-09-01 15:45:59 +00:00
lisp-mnt.el (lm-keywords-finder-p): Use defvar rather than with-no-warnings. 2004-03-22 15:28:28 +00:00
lisp-mode.el (lisp-fill-paragraph): Fix backslashes. 2004-10-09 14:28:12 +00:00
lisp.el (mark-sexp): Preserve direction when repeating. 2004-10-12 16:05:55 +00:00
lmenu.el Add arch taglines 2003-09-01 15:45:59 +00:00
lselect.el Adjust to new names for x-(lost|sent)-selection-functions. 2004-10-28 23:32:28 +00:00
lucid.el (map-keymap): Definition deleted. 2004-11-16 17:06:56 +00:00
macroexp.el Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84 2004-02-10 01:52:31 +00:00
map-ynp.el Add arch taglines 2003-09-01 15:45:59 +00:00
pp.el (pp-buffer): Add autoload. 2004-06-28 23:08:31 +00:00
re-builder.el (reb-mode-map): Define within defvar. 2004-08-17 09:58:06 +00:00
regexp-opt.el Add arch taglines 2003-09-01 15:45:59 +00:00
regi.el Add arch taglines 2003-09-01 15:45:59 +00:00
ring.el Add arch taglines 2003-09-01 15:45:59 +00:00
rx.el (rx-syntax): Move sregex style syntax to code. 2004-04-23 21:25:58 +00:00
shadow.el * progmodes/idlwave.el (idlwave-make-tags): 2004-01-03 12:12:01 +00:00
sregex.el Add arch taglines 2003-09-01 15:45:59 +00:00
syntax.el Add arch taglines 2003-09-01 15:45:59 +00:00
tcover-ses.el emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed 2003-12-30 08:26:00 +00:00
tcover-unsafep.el emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed 2003-12-30 08:26:00 +00:00
testcover.el Added some additional functions to the 1-valued', compose', and progn groups. 2004-07-17 17:06:26 +00:00
timer.el (timer-event-handler): Fix last change. 2004-05-16 21:43:57 +00:00
tq.el (tq-create): Fix mixed up unquote style. 2003-09-12 15:55:47 +00:00
trace.el Add arch taglines 2003-09-01 15:45:59 +00:00
unsafep.el Add arch taglines 2003-09-01 15:45:59 +00:00
warnings.el Doc fix. 2004-03-22 07:48:01 +00:00