From a83391cb2cf5461e5e72cf6a164e573c03edf2b7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 10 Mar 2021 20:33:32 -0600 Subject: Change definition of acdw/bind to not quote --- lisp/acdw.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/acdw.el b/lisp/acdw.el index 2f0fe7d..268b9d1 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el @@ -4,7 +4,6 @@ ;; Created: Sometime during Covid-19, 2020 ;; Keywords: configuration ;; URL: https://tildegit.org/acdw/emacs -;; Bankruptcy: 5b ;; ;; This file is NOT part of GNU Emacs. ;; @@ -155,9 +154,9 @@ The following keywords are recognized: (keymap (or (plist-get args :map) acdw/bind-default-map)) (keycode (if (vectorp key) key (kbd key))) (command-list)) - (push `(define-key ,keymap ,keycode #',command) command-list) + (push `(define-key ,keymap ,keycode ',command) command-list) (when after - (push `(autoload #',command ,@after) command-list)) + (push `(autoload ',command ,@after) command-list)) `(progn ,@command-list))) -- cgit 1.4.1-21-gabe81