Przeglądaj źródła

Remove unused macro

Ryan C. Thompson 8 lat temu
rodzic
commit
6e83a020f9
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 7
      test/ido-cr+-test.el

+ 0 - 7
test/ido-cr+-test.el

@@ -7,13 +7,6 @@
 ;; This is a series of macros to facilitate the non-interactive
 ;; testing of interactive functions by simulating user input.
 
-(defmacro keyboard-quit-to-error (&rest body)
-  "Evaluate BODY but signal an error on `keyboard-quit'."
-  `(condition-case nil
-       (progn ,@body)
-     (quit
-      (error "Caught `keyboard-quit'"))))
-
 (defmacro with-simulated-input (keys &rest body)
   "Eval body with KEYS as simulated input.