[Pkg-octave-commit] rev 441 - trunk/www

Rafael Laboissiere rafael at costa.debian.org
Thu Jan 19 09:04:39 UTC 2006


Author: rafael
Date: 2006-01-19 09:04:39 +0000 (Thu, 19 Jan 2006)
New Revision: 441

Modified:
   trunk/www/DOG-Guidelines.txt
Log:
Fixed code for Local Variables (emacs)


Modified: trunk/www/DOG-Guidelines.txt
===================================================================
--- trunk/www/DOG-Guidelines.txt	2006-01-19 09:02:21 UTC (rev 440)
+++ trunk/www/DOG-Guidelines.txt	2006-01-19 09:04:39 UTC (rev 441)
@@ -48,14 +48,15 @@
 At the end of debian/changelog put the following lines::
 
     Local Variables:
-    eval: (add-local-hook
+    eval: (add-hook
       'debian-changelog-add-version-hook
       (lambda ()
         (save-excursion
           (forward-line -1)
           (beginning-of-line)
           (insert "\n   NOT YET RELEASED!\n\n   [ "
-            (or (getenv "DEBFULLNAME") (user-full-name)) " ]"))))
+            (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
+      nil t)
     End:
 
 This is a great help when using (X)Emacs with the debian-changelog-mode and




More information about the Pkg-octave-commit mailing list