<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -90,7 +90,7 @@ You must have write-access to this directory via `scp'.&quot;)
   (concat &quot;&lt;p style='font-size: 8pt; font-family: monospace;'&gt;Generated by &quot;
           user-full-name
           &quot; using &lt;a href='http://p.hagelb.org'&gt;scpaste&lt;/a&gt; at %s. &quot;
-          (cadr (current-time-zone)) &quot;. (&lt;a href='%s'&gt;original&lt;/a&gt;)&lt;/p&gt;&quot;)
+          (cadr (current-time-zone)) &quot;. (&lt;a href='%s'&gt;raw&lt;/a&gt;)&lt;/p&gt;&quot;)
   &quot;HTML message to place at the bottom of each file.&quot;)
 
 (defvar scpaste-tmp-dir &quot;/tmp&quot;</diff>
      <filename>elpa-to-submit/scpaste.el</filename>
    </modified>
    <modified>
      <diff>@@ -155,7 +155,8 @@ Symbols matching the text at point are put first in the completion list.&quot;
               (some (lambda (f) (file-newer-than-file-p f autoload-file))
                     (directory-files autoload-dir t &quot;\\.el$&quot;)))
       (message &quot;Updating autoloads...&quot;)
-      (update-directory-autoloads autoload-dir)))
+      (let (emacs-lisp-mode-hook)
+        (update-directory-autoloads autoload-dir))))
   (load autoload-file))
 
 ;; TODO: fix this</diff>
      <filename>starter-kit-defuns.el</filename>
    </modified>
    <modified>
      <diff>@@ -11,9 +11,9 @@
 (defun turn-on-paredit ()
   (paredit-mode +1))
 
-(eval-after-load 'paredit
-     ;; Not sure why paredit behaves this way with comments; it's annoying
-  '(define-key paredit-mode-map (kbd &quot;;&quot;)   'self-insert-command))
+;; (eval-after-load 'paredit
+;;      ;; Not sure why paredit behaves this way with comments; it's annoying
+;;   '(define-key paredit-mode-map (kbd &quot;;&quot;)   'self-insert-command))
 
 (defface esk-paren-face
    '((((class color) (background dark))</diff>
      <filename>starter-kit-lisp.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a4a57d50b73279881dda287624a37cfc34fe7469</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/emacs-starter-kit/commit/0eb65fef149fd7a7c786371aea1c9b76829b73a1</url>
  <id>0eb65fef149fd7a7c786371aea1c9b76829b73a1</id>
  <committed-date>2009-05-26T14:07:04-07:00</committed-date>
  <authored-date>2009-05-26T14:07:04-07:00</authored-date>
  <message>Don't let hooks interfere with autoload generation.

Solves chicken-or-egg problem reported by remvee.</message>
  <tree>e8039c455992e2c0e50e914b73df5e6a42d38a17</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
