1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00
emacs/lisp/emacs-lisp
Sean Whitton c3e989ca9d New minor mode find-function-mode replaces find-function-setup-keys
* lisp/emacs-lisp/find-func.el (find-function-mode-map):
(find-function-mode): New minor mode.
(find-function-setup-keys): Replace with stub function that just
enables the new minor mode.  Mark as obsolete.
* etc/NEWS: Announce the change.
2024-10-04 08:28:21 +08:00
..
advice.el ad-activate-advised-definition: Use proper function objects 2024-05-30 18:57:56 -04:00
avl-tree.el
backquote.el
backtrace.el (backtrace--print-func-and-args): Fix (part of) bug#70436 2024-04-20 11:23:58 -04:00
benchmark.el
bindat.el
byte-opt.el Don't hide not and null arity errors 2024-06-17 13:14:08 +02:00
byte-run.el Add some basic checking for function type declarations 2024-07-24 19:20:11 +02:00
bytecomp.el ; Fix thinko in my last change 2024-10-02 12:03:45 +02:00
cconv.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
chart.el ; * lisp/emacs-lisp/chart.el (chart--directory-size): Simpler regexp 2024-09-09 10:30:02 +02:00
check-declare.el
checkdoc.el Merge from origin/emacs-30 2024-08-24 06:04:51 -04:00
cl-extra.el Use Emacs Lisp xref backend in Lisp Help buffers 2024-10-03 03:05:18 +03:00
cl-generic.el Improve navigation to cl-defgeneric uses 2024-05-26 05:56:14 +03:00
cl-indent.el
cl-lib.el
cl-macs.el (cl-defstruct): Improve handling of unknown options 2024-04-16 21:17:47 -04:00
cl-preloaded.el Rename subr-native-elisp to native-comp-function (bug#71123) 2024-05-28 20:52:40 -04:00
cl-print.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
cl-seq.el Safer and faster string sorting 2024-05-12 14:58:38 +02:00
comp-common.el Add 'message' to 'comp-primitive-type-specifiers' 2024-06-03 17:55:16 +02:00
comp-cstr.el Generalize 'comp-cstr-symbol-p' 2024-07-11 16:26:49 +02:00
comp-run.el Prefer defvar-local where possible 2024-10-01 21:31:02 +02:00
comp.el * Don't iterate over an hash table while modifyiong it in comp. 2024-10-01 18:30:37 +02:00
compat.el ; * lisp/emacs-lisp/compat.el: Fix header style. 2024-08-18 11:47:38 +02:00
cond-star.el ; * lisp/emacs-lisp/cond-star.el (cond*): Fix typo. 2024-10-01 09:15:44 +08:00
copyright.el
crm.el Support minibuffer-visible-completions in completing-read-multiple 2024-08-07 19:52:36 +03:00
cursor-sensor.el
debug-early.el
debug.el
derived.el
disass.el Redirect calls to subr-native-elisp-p to native-comp-function-p 2024-05-28 20:53:25 -04:00
easy-mmode.el ; * lisp/emacs-lisp/easy-mmode.el (easy-mmode--prev): Doc fix. 2024-09-27 08:49:46 +03:00
easymenu.el ; Improve documentation of 'easy-menu-define' 2024-09-14 11:55:08 +03:00
edebug.el (edebug--called-interactively-skip): Fix bug#71934 2024-07-04 11:47:01 -04:00
eieio-base.el
eieio-core.el
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el
eldoc.el Checkdoc fixes in emacs-lisp/*.el 2024-07-08 14:30:37 +02:00
elint.el
elp.el
ert-font-lock.el Require ert-x for use by 'ert-font-lock-deftest-file' 2024-09-28 14:10:00 +03:00
ert-x.el
ert.el (pp): Indent lines right when starting in col > 0 2024-08-26 11:49:37 -04:00
ewoc.el
faceup.el
find-func.el New minor mode find-function-mode replaces find-function-setup-keys 2024-10-04 08:28:21 +08:00
float-sup.el
generate-lisp-file.el
generator.el
generic.el
gv.el
helper.el
hierarchy.el
icons.el * lisp/emacs-lisp/icons.el (define-icon): Add 'doc-string' to 'declare'. 2024-04-17 21:01:14 +03:00
inline.el
let-alist.el Support numeric indexing in let-alist 2024-09-19 03:54:59 +02:00
lisp-mnt.el Merge from savannah/emacs-30 2024-07-07 10:23:08 +08:00
lisp-mode.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
lisp.el Prefer defcustom :local specifier 2024-10-04 01:38:11 +02:00
loaddefs-gen.el Address compilation errors and warnings on x86 Solaris 10 systems 2024-05-26 11:50:45 +08:00
macroexp.el Checkdoc fixes in emacs-lisp/*.el 2024-07-08 14:30:37 +02:00
map-ynp.el Correct earlier change to map-ynp 2024-05-08 20:26:08 +08:00
map.el
memory-report.el
multisession.el Fix multisession.el when SQLite becomes unavailable 2024-09-07 10:42:01 +03:00
nadvice.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
oclosure.el Use a dedicated type to represent interpreted-function values 2024-04-28 11:58:12 -04:00
package-vc.el Insert correct commit data into VC package descriptions 2024-09-21 17:44:26 +02:00
package-x.el
package.el * lisp/emacs-lisp/package.el (package-isolate): Use package-activate-all 2024-10-01 14:46:06 -04:00
pcase.el * lisp/emacs-lisp/pcase.el (pcase--expand-\`): Improve warning message 2024-09-26 16:40:54 -04:00
pp.el (pp): Indent lines right when starting in col > 0 2024-08-26 11:49:37 -04:00
radix-tree.el
range.el
re-builder.el
regexp-opt.el Change 'type' declaration to 'ftype' 2024-05-14 11:17:25 +02:00
regi.el
ring.el
rmc.el ; Fix typos in symbols 2024-06-29 17:29:38 +02:00
rx.el Remove misspelled rx category chinse-two-byte 2024-08-01 10:42:24 +02:00
seq.el ; * admin/MAINTAINERS: Remove Nicolas Petton. 2024-07-25 16:15:52 +02:00
shadow.el
shortdoc.el
shorthands.el
smie.el
subr-x.el Merge from savannah/emacs-30 2024-09-11 13:21:58 +08:00
syntax.el
tabulated-list.el * lisp/buff-menu.el (Buffer-menu-group-sort-by): New defcustom. 2024-06-07 19:57:07 +03:00
tcover-ses.el
testcover.el Declare nested backquotes unsupported in Pcase patterns (bug#72328) 2024-09-24 14:01:26 -04:00
text-property-search.el
thunk.el ; * admin/MAINTAINERS: Remove Nicolas Petton. 2024-07-25 16:15:52 +02:00
timer-list.el Use timer accessors instead of aref/aset 2024-07-25 14:40:35 +02:00
timer.el
tq.el
trace.el
track-changes.el track-changes.el: Improve error tracing to help debugging 2024-10-03 14:32:09 -04:00
unsafep.el
vtable.el Fix alignment and documentation of vtable.el 2024-09-07 11:27:03 +03:00
warnings.el * lisp/emacs-lisp/warnings.el (display-warning): Add guardrails for window. 2024-05-06 20:00:23 +03:00