2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
+ * epa-file.el (epa-file-handler): Comment out, does not compile.
+
* vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
(vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
(vc-dir-mark-file): Add an optional argument.
(epa-passphrase-callback-function context key-id nil)))
(defun epa-file-handler (operation &rest args)
- (save-match-data
- (let ((op (get operation 'epa-file)))
- (if (and op
- (if (and (eq operation 'insert-file-contents)
+ ;; (save-match-data
+ ;; (let ((op (get operation 'epa-file)))
+ ;; (if (and op
+ ;; (if (and (eq operation 'insert-file-contents)
- (y-or-n-p ""
- (apply op args)
- (epa-file-run-real-handler operation args)))))
-
+ ;; (y-or-n-p ""
+ ;; (apply op args)
+ ;; (epa-file-run-real-handler operation args)))))
+ nil)
(defun epa-file-run-real-handler (operation args)
(let ((inhibit-file-name-handlers
(cons 'epa-file-handler