OSDN Git Service

fix 'invalid-read-syntax "#"' in docstring
authorHiraoka <khi@users.osdn.me>
Sun, 13 Sep 2020 15:13:49 +0000 (00:13 +0900)
committerHiraoka <khi@users.osdn.me>
Sun, 13 Sep 2020 15:13:49 +0000 (00:13 +0900)
ChangeLog
howm-common.el

index b7da1f1..38ed1f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-09-14  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-common.el (howm-call-process-last-command):
+       fix 'invalid-read-syntax "#"' in docstring
+
 2018-09-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
 
        * configure.ac: set version as 1.4.7-snapshot1
index be1db59..0c9581b 100644 (file)
@@ -436,7 +436,7 @@ Use `howm-view-in-background' and `howm-view-in-background-p' instead.")
   "List of arguments for last `howm-call-process'.
 This variable exists only for debug. You can reproduce the last call
 with the below code.
- (apply #'howm-call-process howm-call-process-last-command)")
+ (apply (function howm-call-process) howm-call-process-last-command)")
 
 (defmacro howm-with-coding-system (coding-system &rest body)
   "With CODING-SYSTEM, execute BODY.