branch: externals/valign
commit 1412fef6f742d4d586ebc7a2356601df0060dc7a
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>

    * valign.el (valign-table): Suppress search errors.
---
 valign.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/valign.el b/valign.el
index 2242588..1bb36bf 100644
--- a/valign.el
+++ b/valign.el
@@ -483,7 +483,8 @@ You need to restart valign mode for this setting to take 
effect."
             (signal 'valign-not-on-table nil))
         (valign-table-1))
     (valign-early-termination nil)
-    ((valign-bad-cell valign-not-gui valign-not-on-table) nil)))
+    ((valign-bad-cell valign-not-gui valign-not-on-table) nil)
+    (search-failed nil)))
 
 (defun valign-table-1 ()
   "Visually align the table at point."

Reply via email to