]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix dead link in smie.el
authorLeo Liu <sdl.web@gmail.com>
Sat, 4 Feb 2012 08:43:26 +0000 (16:43 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sat, 4 Feb 2012 08:43:26 +0000 (16:43 +0800)
http://debbugs.gnu.org/10711

lisp/ChangeLog
lisp/emacs-lisp/smie.el

index 0ac8183c8d2bf62602e9e0a2ee543a188bdf65b7..4f7863b28702b77457d2dbd0a1ee3b31a066d3c7 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-04  Leo Liu  <sdl.web@gmail.com>
+
+       * emacs-lisp/smie.el: Fix dead link (Bug#10711).
+
 2012-02-04  Glenn Morris  <rgm@gnu.org>
 
        * image.el (image-extension-data): Add obsolete alias.
index 4596052766fbdd93bf4043c371feeac744d5a285..2a12f03e5145562dad5eb413bd00ac4f9d01c120 100644 (file)
@@ -56,7 +56,7 @@
 ;; building the 2D precedence tables and then computing the precedence levels
 ;; from it) can be found in pages 187-194 of "Parsing techniques" by Dick Grune
 ;; and Ceriel Jacobs (BookBody.pdf available at
-;; http://www.cs.vu.nl/~dick/PTAPG.html).
+;; http://dickgrune.com/Books/PTAPG_1st_Edition/).
 ;;
 ;; OTOH we had to kill many chickens, read many coffee grounds, and practice
 ;; untold numbers of black magic spells, to come up with the indentation code.