1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
emacs/lisp/emacs-lisp
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
..
advice.el * lisp/subr.el (macrop): New function. 2013-08-04 16:18:11 -04:00
authors.el
autoload.el * lisp/emacs-lisp/autoload.el (autoload--setup-output): New function, 2013-07-22 19:21:14 -04:00
avl-tree.el
backquote.el
benchmark.el
bindat.el
byte-opt.el * lisp/emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var. 2013-06-13 22:31:28 -04:00
byte-run.el * lisp/emacs-lisp/bytecomp.el: Check existence of f in #'f. 2013-08-07 13:33:30 -04:00
bytecomp.el * lisp/emacs-lisp/bytecomp.el (byte-compile-function-warn): New function, 2013-08-07 21:37:47 -04:00
cconv.el * lisp/emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var. 2013-06-13 22:31:28 -04:00
chart.el * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'. 2013-05-23 23:59:13 -07:00
check-declare.el
checkdoc.el * lisp/emacs-lisp/checkdoc.el: Remove redundant :group keywords. 2013-08-08 21:19:42 -04:00
cl-extra.el * lisp/emacs-lisp/cl-extra.el (cl-getf): Return the proper value in 2013-05-14 22:00:07 -04:00
cl-indent.el Make some files provide features 2013-05-11 16:41:52 -07:00
cl-lib.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
cl-macs.el lisp/emacs-lisp/cl-macs.el: Fix typos in docstrings. 2013-07-12 03:11:22 +02:00
cl-seq.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
cl.el Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.org 2013-01-30 00:07:37 -08:00
copyright.el
crm.el emacs-lisp/crm.el (completing-read-multiple): Doc fix. 2013-03-31 10:19:19 -05:00
debug.el Add support for lexical variables to the debugger's `e' command. 2013-07-26 03:38:18 -04:00
derived.el Always defvar a mode's hook and provide a docstring. 2013-05-27 12:12:52 -04:00
disass.el
easy-mmode.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
easymenu.el
edebug.el * lisp/emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the 2013-08-08 19:14:20 -04:00
eieio-base.el Merge from CEDET upstream (8564). 2013-06-02 15:33:09 +02:00
eieio-core.el Merge from CEDET upstream (8564). 2013-06-02 15:33:09 +02:00
eieio-custom.el * lisp/emacs-lisp/eieio-custom.el: Remove misleading Version: header. 2013-06-18 16:06:18 -04:00
eieio-datadebug.el Merge with CEDET upstream (rev. 8499). 2013-03-21 23:11:03 +01:00
eieio-opt.el Small speedbar-related clean-up 2013-05-21 20:13:56 -07:00
eieio-speedbar.el Small speedbar-related clean-up 2013-05-21 20:13:56 -07:00
eieio.el * lisp/emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more. 2013-06-19 16:27:49 -04:00
eldoc.el Make sure eldoc can be turned off properly. 2013-03-18 17:16:15 +08:00
elint.el
elp.el
ert-x.el
ert.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
ewoc.el
find-func.el
find-gc.el
float-sup.el
generic.el Replace obsolete generic-make-keywords calls 2013-06-18 00:43:46 -07:00
gulp.el
gv.el
helper.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
lisp-mnt.el
lisp-mode.el lisp/*.el: Silence lexical-binding warnings. 2013-08-09 01:59:14 +02:00
lisp.el * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes. 2013-06-13 09:44:26 -07:00
macroexp.el Fix compilation error with simultaneous dynamic+lexical scoping. 2013-06-04 22:35:40 -04:00
map-ynp.el * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change. 2013-07-12 11:33:09 +02:00
nadvice.el * lisp/subr.el (macrop): New function. 2013-08-04 16:18:11 -04:00
package-x.el * automated/Makefile.in (setwins): Include the 'data' subdirectory. 2013-06-27 13:26:54 +04:00
package.el * lisp/emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys. 2013-08-02 22:34:22 -04:00
pcase.el * lisp/subr.el (macrop): New function. 2013-08-04 16:18:11 -04:00
pp.el
re-builder.el * lisp/emacs-lisp/re-builder.el (reb-color-display-p): 2013-07-31 10:52:26 +04:00
regexp-opt.el
regi.el
ring.el
rx.el
shadow.el list-load-path-shadows simplification 2013-04-26 00:25:45 -07:00
smie.el * lisp/emacs-lisp/smie.el: Improve show-paren-mode behavior. 2013-06-07 18:58:35 -04:00
syntax.el * syntax.el (syntax-propertize-function): Fix docstring. 2013-05-30 09:57:44 -04:00
tabulated-list.el lisp/emacs-lisp/tabulated-list.el: Fix alignment problem with :pad-right = 0. 2013-06-23 15:23:49 +02:00
tcover-ses.el
tcover-unsafep.el
testcover.el More custom :type fixes 2013-05-10 19:21:29 -07:00
timer.el Doc string fix for "nanoseconds". 2013-05-16 21:09:16 -07:00
tq.el
trace.el * lisp/emacs-lisp/trace.el (trace--read-args): Provide a default. 2013-05-29 11:17:12 -04:00
unsafep.el
warnings.el