1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/lisp/emacs-lisp
Karl Heuer 97e6527f20 (byte-optimize-nth, byte-optimize-nthcdr):
Do nothing if form wrong length.
(byte-optimize-multiply): Fix bug in 0 case.
(byte-optimize-divide): Optimize (/ CONST CONST) if safe.
(byte-optimize-logmumble): Fix (logior -1 ...) case.
(byte-optimize-if): Optimize (if (not foo) nil ...).
1995-07-17 22:44:06 +00:00
..
advice.el Comment change. 1995-03-16 04:37:48 +00:00
assoc.el * assoc.el (asort): First argument should be named alist-symbol, 1993-07-15 05:08:23 +00:00
autoload.el (make-autoload): Generate `(autoload ...)' form for 1995-07-07 19:20:09 +00:00
backquote.el Update GPL to version 2. 1995-06-15 20:42:24 +00:00
byte-opt.el (byte-optimize-nth, byte-optimize-nthcdr): 1995-07-17 22:44:06 +00:00
bytecomp.el Made executing-macro, before-change-function, after-change-function and font-lock-doc-string-face obsolete. 1995-07-09 13:01:31 +00:00
cl-compat.el Update GPL to version 2. 1995-06-15 20:42:24 +00:00
cl-extra.el Update GPL to version 2. 1995-06-15 20:42:24 +00:00
cl-indent.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
cl-macs.el Update GPL to version 2. 1995-06-15 20:42:24 +00:00
cl-seq.el Update GPL to version 2. 1995-06-15 20:42:24 +00:00
cl-specs.el (pushnew): Use edebug-keywordp. 1995-04-19 00:47:42 +00:00
cl.el Update GPL to version 2. 1995-06-15 20:42:24 +00:00
copyright.el Fixed Author: comment. This code bears no relation to what I wrote. 1995-07-12 17:22:07 +00:00
cust-print.el Jumping up to new revision. 1994-04-09 22:19:10 +00:00
debug.el (debug): Now interactive. 1995-03-20 05:09:18 +00:00
disass.el (disassemble-1): Display the pc values. 1994-07-20 05:33:14 +00:00
easymenu.el (easy-menu-do-define): Add autoload cookie. 1995-05-20 04:29:39 +00:00
edebug.el checked in with -k by liberte at 1994/04/09 20:57:56 1994-04-08 21:39:52 +00:00
elp.el Comment changes. 1994-12-29 00:11:46 +00:00
eval-reg.el Comment change. 1995-03-16 04:37:48 +00:00
float.el Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
helper.el (Helper-help): Use read-key-sequence. 1995-05-08 21:09:17 +00:00
levents.el
lisp-mnt.el Update GPL to version 2. 1995-06-15 20:42:24 +00:00
lisp-mode.el (eval-defun): Don't change defvar to defconst 1995-06-21 23:03:59 +00:00
lisp.el (insert-parentheses): Don't insert spaces at beginning and end of buffer. 1994-09-22 06:42:30 +00:00
lmenu.el (popup-dialog-box): x-popup-dialog returns the value, not the cons cell. 1995-05-09 02:19:20 +00:00
lselect.el
lucid.el Update copyright. 1995-04-07 02:21:52 +00:00
pp.el (pp-eval-expression): Update use of temp-buffer-show-function. 1995-05-07 00:38:42 +00:00
profile.el Update copyright. 1994-05-03 22:46:37 +00:00
ring.el (ring-insert-at-beginning): New function. 1994-06-23 23:11:02 +00:00
tq.el (tq-process-buffer): Don't hard-code the buffer name. 1995-05-15 21:53:39 +00:00
trace.el Don't try to define backquote. 1995-05-05 01:30:32 +00:00