]> git.eshelyaron.com Git - emacs.git/commit
Execute commands in the Emacs package
authorGerd Moellmann <gerd.moellmann@gmail.com>
Mon, 4 Sep 2023 07:47:04 +0000 (09:47 +0200)
committerGerd Moellmann <gerd.moellmann@gmail.com>
Mon, 4 Sep 2023 07:47:04 +0000 (09:47 +0200)
commit1ef4332bdcb349b40d5984bf8154246c66c3604d
tree0073adfe90b82660d8030180d6926acdd63e76f5
parent942c092bd6c2554f80b1a5228f09481aa7dbfeff
Execute commands in the Emacs package

* lisp/emacs-lisp/pkg.el (buffer-package): New function.
* lisp/simple.el (command-execute): Bind *package* to the Emacs
package.
lisp/emacs-lisp/pkg.el
lisp/simple.el