]> code.delx.au - gnu-emacs-elpa/blobdiff - emacswiki-generator.el
* ampc.el (ampc-send-command-impl): Only send commands if the connection live.
[gnu-emacs-elpa] / emacswiki-generator.el
index 5aafd2d0cf6d54d7a27ebcd8753131509a46fcdb..ae0854a8bc3768f5e8572dbe5c73920e005245f0 100644 (file)
@@ -1,3 +1,4 @@
+;; -*- lexical-binding: t -*-
 ;; Copyright (C) 2012 Free Software Foundation, Inc.
 
 ;; Author: Christopher Schmidt <christopher@ch.ristopher.com>
@@ -5,7 +6,7 @@
 ;; Created: 2012-03-08
 ;; Compatibility: GNU Emacs: 24.x
 
-;; This file is NOT part of GNU Emacs.
+;; This file is part of ampc.
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
                     "\n<pre>\n\\1</pre>\n\n")
     (goto-char (point-min))
     (replace-regexp "ELPA" "[[ELPA]]")
+    (goto-char (point-min))
+    (replace-regexp "\\(this\\( \\|\n\\)file\\)" "\\1 (Lisp:ampc.el)")
     (setf data (buffer-string)))
   (insert data))
 
 ;; Local Variables:
-;; lexical-binding: t
 ;; fill-column: 80
 ;; indent-tabs-mode: nil
 ;; End: