1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
emacs/lisp/emacs-lisp
Glenn Morris 30213927b6 Use with-demoted-errors now that it can format any error messages
* dframe.el (dframe-timer-fn):
* files.el (dir-locals-read-from-file):
* mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run, mpc-format):
* reveal.el (reveal-post-command):
* saveplace.el (load-save-place-alist-from-file):
* shell.el (shell-resync-dirs):
* w32-common-fns.el (x-get-selection-value):
* emacs-lisp/copyright.el (copyright-find-copyright):
* emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
* emulation/tpu-edt.el (tpu-copy-keyfile):
* play/bubbles.el (bubbles--mark-neighbourhood):
* progmodes/executable.el (executable-make-buffer-file-executable-if-script-p):
* term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2013-09-11 22:32:57 -07:00
..
advice.el * lisp/subr.el (pop): Use `car-safe'. 2013-09-04 23:46:34 -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/subr.el (pop): Use `car-safe'. 2013-09-04 23:46:34 -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 * bytecomp.el (byte-recompile-directory): Fix is-this-a-directory logic. 2013-08-30 13:40:39 -04:00
cconv.el * lisp/emacs-lisp/cconv.el: Use car-safe' rather than car' to access 2013-09-04 23:05:44 -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 (cl-defsubst): Make it clear that args 2013-08-28 23:49:10 -04:00
cl-seq.el * lisp/emacs-lisp/package.el: Include obsolete packages from archives. 2013-06-25 12:13:49 -04:00
cl.el
copyright.el Use with-demoted-errors now that it can format any error messages 2013-09-11 22:32:57 -07:00
crm.el * lisp/minibuffer.el: Make minibuffer-complete call completion-in-region 2013-09-06 18:46:44 -04:00
debug.el Use define-derived-mode (and derived-mode-p). 2013-09-10 23:31:56 -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 Use with-demoted-errors now that it can format any error messages 2013-09-11 22:32:57 -07: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 * lisp/emacs-lisp/gv.el (gv-get): Warn about CL-compiled places. 2013-09-04 16:03:52 -04:00
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 * lisp/emacs-lisp/lisp.el (lisp--company-doc-buffer) 2013-08-29 15:18:16 -04: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-activate-1): Don't let a missing 2013-09-03 14:21:41 -04:00
pcase.el * lisp/subr.el (macrop): New function. 2013-08-04 16:18:11 -04:00
pp.el * lisp/emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression): 2013-08-21 14:26:15 -04:00
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 * lisp/emacs-lisp/timer.el (timer--time-setter): New function. 2013-08-12 22:30:52 -04: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