summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/smie.el
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2012-02-04 16:43:26 +0800
committerLeo Liu <sdl.web@gmail.com>2012-02-04 16:43:26 +0800
commite96e30135ec98caa6ac3a0d662dc73ed428f1d4f (patch)
treec0b985cc605078aead59477fb677f7abd5165823 /lisp/emacs-lisp/smie.el
parentef02e37ca7de7ad1237a56e002c4fcecba1c71c3 (diff)
downloademacs-e96e30135ec98caa6ac3a0d662dc73ed428f1d4f.tar.gz
Fix dead link in smie.el
http://debbugs.gnu.org/10711
Diffstat (limited to 'lisp/emacs-lisp/smie.el')
-rw-r--r--lisp/emacs-lisp/smie.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/smie.el b/lisp/emacs-lisp/smie.el
index 4596052766f..2a12f03e514 100644
--- a/lisp/emacs-lisp/smie.el
+++ b/lisp/emacs-lisp/smie.el
@@ -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.