emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnorb 8f598e1 044/449: Delete previous commented functi


From: Stefan Monnier
Subject: [elpa] externals/gnorb 8f598e1 044/449: Delete previous commented function
Date: Fri, 27 Nov 2020 23:15:05 -0500 (EST)

branch: externals/gnorb
commit 8f598e13f29cccd1706038625a9827b2d21081de
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Delete previous commented function
---
 lisp/gnorb-utils.el | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/lisp/gnorb-utils.el b/lisp/gnorb-utils.el
index f279832..1f7d05f 100644
--- a/lisp/gnorb-utils.el
+++ b/lisp/gnorb-utils.el
@@ -54,34 +54,5 @@
 (defvar gnorb-tmp-dir (make-temp-file "emacs-gnorb" t)
   "Temporary directory where attachments etc are saved.")
 
-;;; see map-y-or-n-p, you idiot
-
-;; (defun gnorb-query-attach (attachments action)
-;;   "Run through the attachments, make some queries, do the
-;;   action."
-;;   (let (continue-switch)
-;;     (dolist (a attachments)
-;;       (cond ((eq continue-switch 'none)
-;;          nil)
-;;         ((eq continue-switch 'all)
-;;          (funcall action a))
-;;         (t
-;;          (let ((input-char
-;;                 (read-char-choice
-;;                     (format
-;;                      "Attach %s? (y, n, Y, N): "
-;;                      (file-name-nondirectory a))
-;;                     '(?y ?n ?Y ?N))))
-;;            (cond
-;;             ((eq input-char ?y)
-;;              (funcall action a))
-;;             ((equal input-char ?n)
-;;              nil)
-;;             ((equal input-char ?N)
-;;              (setq continue-switch 'none))
-;;             ((equal input-char ?Y)
-;;              (funcall action a)
-;;              (setq continue-switch 'all)))))))))
-
 (provide 'gnorb-utils)
 ;;; gnorb-utils.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]