[slime-cvs] CVS slime

alendvai alendvai at common-lisp.net
Tue Dec 19 11:03:58 UTC 2006


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv24486

Modified Files:
	HACKING 
Log Message:
Added useful init.el piece into HACKING about update-change-log


--- /project/slime/cvsroot/slime/HACKING	2004/07/19 14:15:45	1.6
+++ /project/slime/cvsroot/slime/HACKING	2006/12/19 11:03:58	1.7
@@ -35,6 +35,18 @@
   http://www.gnu.org/software/emacs/manual/html_node/emacs_333.html#SEC333
   http://www.gnu.org/software/emacs/manual/html_node/emacs_156.html#SEC156
 
+** You may want to add this to your init.el
+
+(defun update-change-log ()
+  (interactive)
+  (vc-update-change-log "-u" "alendvai	Attila Lendvai	attila.lendvai at gmail.com"
+                        "-u" "mbaringer	Marco Baringer	mb at bese.it"
+                        "-u" "heller	Helmut Eller	heller at common-lisp.net"))
+
+(add-hook 'change-log-mode-hook
+          (lambda ()
+            (define-key change-log-mode-map (kbd "C-M-u") 'update-change-log)))
+
 * Sending Patches
 
 If you would like to send us improvements you can create a patch with




More information about the slime-cvs mailing list