emacs/lisp/emacs-lisp
Stefan Monnier eb7fe81e6d timer.el: Avoid repeated timers
https://mail.gnu.org/archive/html/emacs-devel/2022-07/msg01127.html
points out that end-users can get bitten by this, accidentally
calling `timer-activate` on an already activated timer.

* lisp/emacs-lisp/timer.el (timer--activate): Signal an error if we try
to re-add a timer that's already on the timer-list.
2022-08-05 10:38:59 -04:00
..
advice.el ; Delete LCD Archive entries 2022-07-28 15:07:34 +02:00
avl-tree.el
backquote.el
backtrace.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
benchmark.el
bindat.el
byte-opt.el Delete redisplay-end-trigger-functions and related defuns 2022-07-31 01:44:22 +02:00
byte-run.el Fix lsh warning shortcomings (bug#56641) 2022-07-23 18:42:11 +02:00
bytecomp.el bytecomp.el: Update comments referring to make-docfile 2022-08-05 09:41:03 -04:00
cconv.el ; * lisp/emacs-lisp/cconv.el (cconv--var-classification): Optimise. 2022-07-09 11:53:30 +02:00
chart.el Prefer defvar-keymap in some trivial cases 2022-07-20 09:27:30 +02:00
check-declare.el
checkdoc.el Minor checkdoc.el clean up 2022-08-04 16:29:47 +02:00
cl-extra.el string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
cl-generic.el
cl-indent.el Remove some useless eval-when-compile 2022-07-04 14:56:11 +02:00
cl-lib.el Avoid cl-cXXXr compat aliases 2022-08-03 02:59:40 +02:00
cl-macs.el Fix up some prefix registration problems in doc strings 2022-08-04 11:03:10 +02:00
cl-preloaded.el
cl-print.el
cl-seq.el
comp-cstr.el
comp.el Fix the bytecode incompatibility due to the change to 'narrow-to-region'. 2022-08-01 21:11:49 +02:00
copyright.el
crm.el Fix crm.el compilation warning 2022-07-11 13:34:35 +02:00
cursor-sensor.el
debug-early.el
debug.el Prefer defvar-keymap in emacs-lisp/*.el 2022-07-04 22:15:51 +02:00
derived.el ; Normalize some "Author" headers 2022-07-20 22:38:01 +02:00
disass.el
easy-mmode.el ; Fix typos. 2022-07-02 13:32:41 +02:00
easymenu.el
edebug.el Fix quoting of #' in some doc strings 2022-08-03 13:14:32 +02:00
eieio-base.el * lisp/emacs-lisp/eieio-base.el (eieio-persistent-read): Simplify. 2022-07-31 12:04:17 +02:00
eieio-core.el Move EIEIO autoloads to the common loaddefs.el 2022-07-11 14:29:33 +02:00
eieio-custom.el Move EIEIO autoloads to the common loaddefs.el 2022-07-11 14:29:33 +02:00
eieio-datadebug.el
eieio-opt.el Move EIEIO autoloads to the common loaddefs.el 2022-07-11 14:29:33 +02:00
eieio-speedbar.el
eieio.el Fix ede byte-compile warnings in loaddefs.el 2022-07-31 11:39:00 +02:00
eldoc.el Don't disable eldoc when doing edebug 2022-08-02 11:56:55 +02:00
elint.el
elp.el Prefer defvar-keymap in emacs-lisp/*.el 2022-07-04 22:15:51 +02:00
ert-x.el ; * lisp/emacs-lisp/ert-x.el (tramp-remote-path): Fix last change. 2022-07-10 20:07:37 +02:00
ert.el Omit some (current-time) calls 2022-08-01 01:17:16 -07:00
ewoc.el
faceup.el
find-func.el
float-sup.el
generate-lisp-file.el
generator.el
generic.el
gv.el
helper.el Use substitute-command-keys in Helper-help 2022-07-04 15:50:18 +02:00
hierarchy.el
icons.el Tweak icons.el emoji detection 2022-07-30 15:56:49 +02:00
inline.el
let-alist.el
lisp-mnt.el
lisp-mode.el Fix `M-x lisp-fill-paragraph' 2022-07-11 12:15:38 +02:00
lisp.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
loaddefs-gen.el Be more lax when picking up prefixes for loaddefs 2022-08-04 23:21:03 +02:00
macroexp.el ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
map-ynp.el
map.el
memory-report.el
multisession.el
nadvice.el
oclosure.el
package-x.el
package.el Minor cleanups in autoload.el/loaddefs-gen.el 2022-08-04 16:41:39 +02:00
pcase.el
pp.el
radix-tree.el
range.el
re-builder.el Prefer defvar-keymap in emacs-lisp/*.el 2022-07-04 22:15:51 +02:00
regexp-opt.el
regi.el ; * lisp/emacs-lisp/regi.el: Delete incorrect "last modified" comment. 2022-07-30 11:36:36 +02:00
ring.el
rmc.el
rx.el Reduce internal rx autoloads 2022-07-31 13:01:26 +02:00
seq.el Speed up seq-subseq for lists (bug#56521) 2022-07-18 12:49:29 +02:00
shadow.el string-equal-ignore-case: new function 2022-07-26 13:49:28 -04:00
shortdoc.el Omit some (current-time) calls 2022-08-01 01:17:16 -07:00
shorthands.el Remove some useless eval-when-compile 2022-07-04 14:56:11 +02:00
smie.el
subr-x.el Fix off-by-one error in string-truncate-left 2022-07-23 08:58:53 +02:00
syntax.el
tabulated-list.el Prefer defvar-keymap in emacs-lisp/*.el 2022-07-04 22:15:51 +02:00
tcover-ses.el
testcover.el
text-property-search.el
thunk.el
timer-list.el Add quit-window entry to list-timers menu 2022-07-04 22:15:51 +02:00
timer.el timer.el: Avoid repeated timers 2022-08-05 10:38:59 -04:00
tq.el
trace.el ; Delete LCD Archive entries 2022-07-28 15:07:34 +02:00
unsafep.el
vtable.el
warnings.el Use icons in warnings buffers 2022-07-28 14:39:38 +02:00