From 2bf63f3c51f45bce6af402ad16826730a1ce566a Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 14 Mar 2010 09:03:53 +0100 Subject: [PATCH] *** empty log message *** --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.el b/emacs.el index 1bc1364..3f84c24 100644 --- a/emacs.el +++ b/emacs.el @@ -1368,6 +1368,10 @@ universal argument starts xfig even if the .fig does not exist" (when (ff/load-or-alert "lookup-dict" t) (define-key global-map [(control \?)] 'lookup-dict)) +;; (defun ff/generate-password () (interactive) + ;; (let ((c "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-")) + ;; (nth (random (length c)) c)) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Automatization of things I do often ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- 2.20.1