mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
(epa-file-handler): Comment out, does not compile.
This commit is contained in:
parent
6e61fbe177
commit
dc062440cc
2 changed files with 10 additions and 8 deletions
|
|
@ -1,5 +1,7 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -124,15 +124,15 @@ May either be a string or a list of strings.")
|
|||
(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
|
||||
|
|
|
|||
Loading…
Reference in a new issue