emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a6a92b8e4d: Also add elisp-eval/byte-compile-buffer to lisp-inter


From: Lars Ingebrigtsen
Subject: master a6a92b8e4d: Also add elisp-eval/byte-compile-buffer to lisp-interaction-mode
Date: Thu, 30 Jun 2022 08:46:10 -0400 (EDT)

branch: master
commit a6a92b8e4df551af113fcba5304457168b487cfa
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Also add elisp-eval/byte-compile-buffer to lisp-interaction-mode
    
    * lisp/progmodes/elisp-mode.el (lisp-interaction-mode-map): Also
    add elisp-eval-buffer and elisp-byte-compile-buffer to this map.
---
 lisp/progmodes/elisp-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 056e87abba..fb114ec990 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -1230,6 +1230,8 @@ All commands in `lisp-mode-shared-map' are inherited by 
this map."
   :parent lisp-mode-shared-map
   "C-M-x" #'eval-defun
   "C-M-q" #'indent-pp-sexp
+  "C-c C-e" #'elisp-eval-buffer
+  "C-c C-b" #'elisp-byte-compile-buffer
   "M-TAB" #'completion-at-point
   "C-j"   #'eval-print-last-sexp)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]