emacs/lisp/emacs-lisp
Paul Eggert 4f7a90bf6c Merge from origin/emacs-25
9adb101 Document 'describe-fontset'
229315c ; Add missing symbol quoting.
3d94931 Repair desktop restoration on text terminals
43022f9 Ignore forward-sexp-function in js-mode indentation code
b19fb49 Improve documentation of 'define-coding-system'
467768f Fix Bug#25162
6db78ae Fix a typo in define-abbrev-table
5f7d906 Bump makeinfo requirement from 4.7 to 4.13
442e2f6 Fixes related to select-enable-clipboard
e4ac450 Define struct predicate before acccesors
08decbd Doc fix for vc-git
5531e75 Further improve make-dist checking
953bf67 Improve previous make-dist change
129645a Make make-dist --snapshot do some sanity checks

# Conflicts:
#	lisp/menu-bar.el
2017-01-01 01:02:45 -08:00
..
advice.el Minor advice.el fix 2016-12-12 15:20:39 -05:00
autoload.el Merge from origin/emacs-25 2016-10-23 02:48:50 -07:00
avl-tree.el Fix avl-tree alias docstrings 2016-10-27 11:36:41 -04:00
backquote.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
benchmark.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
bindat.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
byte-opt.el Stop calling ‘byte-compile-log-warning’ 2016-09-11 18:12:33 +02:00
byte-run.el Give eval-and-compile a correct edebug spec. Fixes bug #16184 properly. 2017-01-01 08:28:04 +00:00
bytecomp.el Prevent dubious argument lists 2016-11-18 18:02:57 +01:00
cconv.el Stop calling ‘byte-compile-log-warning’ 2016-09-11 18:12:33 +02:00
chart.el Update chart.el 2016-11-11 19:05:23 -05:00
check-declare.el ‘make check-declare’ now chatters less 2016-05-18 00:49:30 -07:00
checkdoc.el Checkdoc: use syntax functions instead of regex 2016-12-31 17:30:46 +01:00
cl-extra.el An efficient built-in mapcan 2016-07-10 01:18:47 +02:00
cl-generic.el Merge from origin/emacs-25 2016-08-05 14:09:08 -07:00
cl-indent.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cl-lib.el Make setf for frame-height/width work again 2016-02-23 15:45:08 +11:00
cl-macs.el Merge from origin/emacs-25 2017-01-01 01:02:45 -08:00
cl-preloaded.el Do call debugger on failed cl-assert 2016-11-08 19:54:03 -05:00
cl-seq.el cl-seq: Remove max limit on input sequence length 2016-10-20 19:51:55 +09:00
cl.el Fix quoted lambda warning from lexical-let 2016-08-06 16:16:02 -04:00
copyright.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
crm.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cursor-sensor.el Don't assume window-point and point are the same 2016-12-06 22:36:12 -05:00
debug.el Move backtrace to ELisp using a new mapbacktrace primitive 2016-12-12 17:41:27 -05:00
derived.el Minor fix for define-derived-mode 2016-12-12 20:03:20 -05:00
disass.el Teach M-x disassemble a default argument. 2016-03-31 19:34:05 -04:00
easy-mmode.el * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring 2016-12-07 13:58:57 +01:00
easymenu.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
edebug.el Give eval-and-compile a correct edebug spec. Fixes bug #16184 properly. 2017-01-01 08:28:04 +00:00
eieio-base.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eieio-compat.el Merge from origin/emacs-25 2016-08-05 14:09:08 -07:00
eieio-core.el Merge from origin/emacs-25 2016-11-04 15:02:03 -07:00
eieio-custom.el Merge from origin/emacs-25 2016-01-11 22:48:07 -08:00
eieio-datadebug.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eieio-opt.el Merge from origin/emacs-25 2016-05-10 07:44:28 -07:00
eieio-speedbar.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eieio.el ; Replace "25.2" with "26.1" where appropriate, which is almost everywhere 2016-11-17 22:50:40 -08:00
eldoc.el ; Revert "Replace eldoc-documentation-function with a hook" 2016-07-18 02:22:24 +03:00
elint.el Replace ldefs-boot with a much smaller file 2016-12-13 22:15:32 +00:00
elp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ert-x.el Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macro 2016-06-08 19:10:59 +02:00
ert.el Fix ert-tests when running compiled 2016-12-06 22:20:23 -05:00
ewoc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
find-func.el Run find-function-after-hook after finding a symbol 2016-09-23 16:36:24 +03:00
float-sup.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
generator.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
generic.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
gv.el * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring. 2016-08-31 23:51:27 +02:00
helper.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
inline.el * lisp/emacs-lisp/inline.el: Fix apply-conversion (bug#25280) 2016-12-27 12:44:32 -05:00
let-alist.el Don’t consider nested let-alist forms 2016-10-08 18:36:54 +02:00
lisp-mnt.el ; Revert "* emacs-lisp/lisp-mnt.el (lm-header): save-excursion" 2016-05-12 01:18:38 +03:00
lisp-mode.el Revert "Add a couple cells to lisp-prettify-symbols-alist" 2016-07-14 18:23:40 -04:00
lisp.el Doc fix for insert-pair-alist 2016-05-01 19:27:12 +02:00
macroexp.el Stop calling ‘byte-compile-log-warning’ 2016-09-11 18:12:33 +02:00
map-ynp.el Retain message logging in map-y-or-n-p 2016-12-07 20:25:36 -05:00
map.el * lisp/emacs-lisp/map.el (map--dispatch): Fix docstring 2016-08-20 00:41:43 +02:00
nadvice.el * lisp/emacs-lisp/nadvice.el (advice--make-docstring): 2016-06-13 18:18:34 -04:00
package-x.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
package.el Use the new 'file-name-case-insensitive-p' function 2016-11-13 22:01:59 -05:00
pcase.el * lisp/emacs-lisp/pcase.el (pcase-dolist): Add a docstring. 2016-11-04 10:23:46 -04:00
pp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
radix-tree.el Automatically find vars and functions via definition-prefixes 2016-06-15 13:21:59 -04:00
re-builder.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
regexp-opt.el Turn on lexical-binding in some more libs 2016-10-31 20:31:22 -04:00
regi.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ring.el * lisp/emacs-lisp/ring.el: Use lexical-binding 2016-09-09 18:46:55 +02:00
rx.el Fix rx-any with range with ?\] and ?- 2016-12-18 08:44:45 -05:00
seq.el Make seq-into return the sequence when no conversion needed 2016-12-16 11:22:00 +01:00
shadow.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
smie.el * lisp/emacs-lisp/smie.el (smie-indent-keyword): Don't burp in strings 2016-03-16 22:55:56 -04:00
subr-x.el Fix markup in read-multiple-choice doc (Bug#25102) 2016-12-03 18:14:53 -08:00
syntax.el * lisp/emacs-lisp/syntax.el (syntax-propertize): Flush extended region. 2016-06-22 09:44:24 -04:00
tabulated-list.el buff-menu: Add command to unmark all buffers 2016-11-22 15:23:50 +09:00
tcover-ses.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tcover-unsafep.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
testcover.el Autoload entry point testcover-start 2016-10-05 22:49:14 -04:00
thunk.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
timer-list.el Make the revert command in timer-list-mode work 2016-03-01 16:06:42 +11:00
timer.el Turn on lexical-binding in some more libs 2016-10-31 20:31:22 -04:00
tq.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
trace.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
unsafep.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
warnings.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00