1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
emacs/lisp/play
Stefan Monnier 54bd972f15 * lisp/subr.el (define-error): New function.
* doc/lispref/control.texi (Signaling Errors): Refer to define-error.
(Error Symbols): Add `define-error'.
* doc/lispref/errors.texi (Standard Errors): Don't refer to `error-conditions'.
* lisp/progmodes/ada-xref.el (ada-error-file-not-found): Rename from
error-file-not-found and define with define-error.
* lisp/emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
and define with define-error.
* lisp/userlock.el (file-locked, file-supersession):
* lisp/simple.el (mark-inactive):
* lisp/progmodes/js.el (js-moz-bad-rpc, js-js-error):
* lisp/progmodes/ada-mode.el (ada-mode-errors):
* lisp/play/life.el (life-extinct):
* lisp/nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
* lisp/nxml/xmltok.el (xmltok-markup-declaration-parse-error):
* lisp/nxml/rng-util.el (rng-error):
* lisp/nxml/rng-uri.el (rng-uri-error):
* lisp/nxml/rng-match.el (rng-compile-error):
* lisp/nxml/rng-cmpct.el (rng-c-incorrect-schema):
* lisp/nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
* lisp/nxml/nxml-rap.el (nxml-scan-error):
* lisp/nxml/nxml-outln.el (nxml-outline-error):
* lisp/net/soap-client.el (soap-error):
* lisp/net/gnutls.el (gnutls-error):
* lisp/net/ange-ftp.el (ftp-error):
* lisp/mpc.el (mpc-proc-error):
* lisp/json.el (json-error, json-readtable-error, json-unknown-keyword)
(json-number-format, json-string-escape, json-string-format)
(json-key-format, json-object-format):
* lisp/jka-compr.el (compression-error):
* lisp/international/quail.el (quail-error):
* lisp/international/kkc.el (kkc-error):
* lisp/emacs-lisp/ert.el (ert-test-failed):
* lisp/calc/calc.el (calc-error, inexact-result, math-overflow)
(math-underflow):
* lisp/bookmark.el (bookmark-error-no-filename):
* lisp/epg.el (epg-error): Define with define-error.
2013-08-09 17:22:44 -04:00
..
.gitignore
5x5.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
animate.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
blackbox.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
bubbles.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
cookie1.el * lisp/play/cookie1.el (cookie-apropos): Minor simplification. 2013-06-21 20:37:18 -04:00
decipher.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dissociate.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
doctor.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dunnet.el dunnet.el trivia 2013-05-27 23:54:23 -07:00
fortune.el * lisp/play/fortune.el (fortune-compile): Simplify and fix previous change. 2013-02-14 20:30:11 -05:00
gamegrid.el Fix indentation in previous 2013-02-04 21:06:53 -05:00
gametree.el * lisp/play/gametree.el (gametree-break-line-here): Use point-marker. 2013-01-23 12:49:34 +04:00
gomoku.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
handwrite.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
hanoi.el
landmark.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
life.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
meese.el
morse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mpuz.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pong.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
snake.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
solitaire.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
spook.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
studly.el
tetris.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
zone.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00