]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/calc/calc-ext.el: Fix warnings in my last commit.
authorStefan Kangas <stefan@marxist.se>
Wed, 8 Dec 2021 16:48:13 +0000 (17:48 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 8 Dec 2021 16:48:25 +0000 (17:48 +0100)
lisp/calc/calc-ext.el

index 83afdb7718d8f5f2abd69a3c18b395927650301e..93ba8c4b6bb515eec3546e6b13f33f709e7170b9 100644 (file)
@@ -1267,22 +1267,22 @@ calc-kill calc-kill-region calc-yank))))
 
 
 (defvar-keymap calc-help-map
-  "b"   #'calc-describe-bindings
-  "c"   #'calc-describe-key-briefly
-  "f"   #'calc-describe-function
-  "h"   #'calc-full-help
-  "i"   #'calc-info
-  "k"   #'calc-describe-key
-  "n"   #'calc-view-news
-  "s"   #'calc-info-summary
-  "t"   #'calc-tutorial
-  "v"   #'calc-describe-variable
-  "C-c" #'calc-describe-copying
-  "C-d" #'calc-describe-distribution
-  "C-n" #'calc-view-news
-  "C-w" #'calc-describe-no-warranty
-  "?"   #'calc-help-for-help
-  "C-h" #'calc-help-for-help)
+  "b"   'calc-describe-bindings
+  "c"   'calc-describe-key-briefly
+  "f"   'calc-describe-function
+  "h"   'calc-full-help
+  "i"   'calc-info
+  "k"   'calc-describe-key
+  "n"   'calc-view-news
+  "s"   'calc-info-summary
+  "t"   'calc-tutorial
+  "v"   'calc-describe-variable
+  "C-c" 'calc-describe-copying
+  "C-d" 'calc-describe-distribution
+  "C-n" 'calc-view-news
+  "C-w" 'calc-describe-no-warranty
+  "?"   'calc-help-for-help
+  "C-h" 'calc-help-for-help)
 
 (defvar calc-prefix-help-retry nil)
 (defvar calc-prefix-help-phase 0)