]> git.eshelyaron.com Git - emacs.git/commit
Translate describe_vector to Lisp
authorStefan Kangas <stefankangas@gmail.com>
Sun, 23 Aug 2020 15:20:09 +0000 (17:20 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 18 Oct 2020 15:25:23 +0000 (17:25 +0200)
commit5ad2bb0fa95d9c9ae2387c963b453f695577450a
treea2c6d368a514288ecad2f2ef7c038a0ccf33adbe
parent647b1c5142d7a029a3124e0177112f16f84d3794
Translate describe_vector to Lisp

* lisp/help.el (help--describe-vector): New Lisp implementation of
describe_vector.
* src/keymap.c (Fdescribe_vector_internal): Remove defun.
(syms_of_keymap): Remove defsubr for Fdescribe_vector_internal.
lisp/help.el
src/keymap.c