Fix dead link in smie.el

http://debbugs.gnu.org/10711
This commit is contained in:
Leo Liu 2012-02-04 16:43:26 +08:00
parent ef02e37ca7
commit e96e30135e
2 changed files with 5 additions and 1 deletions

View 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.