changeset 55:95ba4cc6ffe4

better pattern for to-quaker-p
author Henry S Thompson <ht@inf.ed.ac.uk>
date Wed, 24 Jan 2024 17:58:35 +0000
parents bcb51a32799d
children 3dd34fa466c2
files my-news.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/my-news.el	Wed Jan 24 17:58:14 2024 +0000
+++ b/my-news.el	Wed Jan 24 17:58:35 2024 +0000
@@ -440,7 +440,7 @@
   (with-current-buffer gnus-original-article-buffer
     (shell-command-on-region (point-min) (point-max)
 			     ;(expand-file-name
-			     "showMPA.sh"
+			     "/home/ht/bin/showMPA.sh"
 			     ;)
     ))
   )