]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
misc/make_umid: change docs, make elisp code easier to grab
authorBrian Warner <warner@lothar.com>
Sat, 20 Sep 2008 18:39:33 +0000 (11:39 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 20 Sep 2008 18:39:33 +0000 (11:39 -0700)
misc/make_umid

index b4f222f628ed9d9627e8f8b1b970525d262e6250..c8b39dfe6208ba6c1ed78ceba849863f83b9390a 100644 (file)
@@ -20,17 +20,20 @@ easier to write classifier functions for the incident-gatherer.
 
 """
 
-#The following elisp code may be useful:
-
-# (defun insert-umid ()
-#   (interactive)
-#   (insert ", umid=\"")
-#   (call-process "make_umid" nil t)
-#   (delete-char -1)
-#   (insert "\"")
-# )
-# (global-set-key (kbd "C-\`") 'insert-umid)
-
+'''
+The following elisp code may be useful:
+
+ (defun insert-umid ()
+   (interactive)
+   (insert ", umid=\"")
+   (call-process "make_umid" nil t)
+   (delete-char -1)
+   (insert "\"")
+ )
+ (global-set-key (kbd "C-\`") 'insert-umid)
+'''
+
+# '   # emacs gets confused by the odd number of single-quotes there
 
 import os, base64, sys