You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/uboat/files/uboat-1.2-iap.patch

12 lines
365 B

--- uboat-1.2/uboat.el
+++ uboat-1.2/uboat.el
@@ -79,7 +79,7 @@
(let ((s (concat (uboat-iterate-list (uboat-random-member uboat-message)
"uboat-")
" U-" (int-to-string (random 999)) ".")))
- (and (interactive-p)
+ (and (called-interactively-p 'interactive)
(message "%s" s))
s))