branch: elpa/vm
commit bc57a4c405e70d3368f608cb0ac71568a145097e
Author: Mark Diekhans <ma...@ucsc.edu>
Commit: Mark Diekhans <ma...@ucsc.edu>

    remove uncessary informative message and wait
---
 lisp/vm-rfaddons.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/vm-rfaddons.el b/lisp/vm-rfaddons.el
index 4285490589..71a5240305 100644
--- a/lisp/vm-rfaddons.el
+++ b/lisp/vm-rfaddons.el
@@ -328,10 +328,7 @@ or do the binding and advising on your own. (Rob F)"
    (when option-list
     (message "VM-RFADDONS: The following options are unknown: %s" option-list)
     (ding)
-    (sit-for 3))
-  
-  (message "VM-RFADDONS: Options loaded.")
-  (vm-sit-for (or sit-for 2)))
+    (sit-for 3)))
 
 (defun rf-vm-su-labels (m)
   "This version does some sanity checking. (Rob F)"

Reply via email to