aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu2012-02-04 16:43:26 +0800
committerLeo Liu2012-02-04 16:43:26 +0800
commite96e30135ec98caa6ac3a0d662dc73ed428f1d4f (patch)
treec0b985cc605078aead59477fb677f7abd5165823
parentef02e37ca7de7ad1237a56e002c4fcecba1c71c3 (diff)
downloademacs-e96e30135ec98caa6ac3a0d662dc73ed428f1d4f.tar.gz
emacs-e96e30135ec98caa6ac3a0d662dc73ed428f1d4f.zip
Fix dead link in smie.el
http://debbugs.gnu.org/10711
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/smie.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0ac8183c8d2..4f7863b2870 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-02-04 Leo Liu <sdl.web@gmail.com>
2
3 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
4
12012-02-04 Glenn Morris <rgm@gnu.org> 52012-02-04 Glenn Morris <rgm@gnu.org>
2 6
3 * image.el (image-extension-data): Add obsolete alias. 7 * image.el (image-extension-data): Add obsolete alias.
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 @@
56;; building the 2D precedence tables and then computing the precedence levels 56;; building the 2D precedence tables and then computing the precedence levels
57;; from it) can be found in pages 187-194 of "Parsing techniques" by Dick Grune 57;; from it) can be found in pages 187-194 of "Parsing techniques" by Dick Grune
58;; and Ceriel Jacobs (BookBody.pdf available at 58;; and Ceriel Jacobs (BookBody.pdf available at
59;; http://www.cs.vu.nl/~dick/PTAPG.html). 59;; http://dickgrune.com/Books/PTAPG_1st_Edition/).
60;; 60;;
61;; OTOH we had to kill many chickens, read many coffee grounds, and practice 61;; OTOH we had to kill many chickens, read many coffee grounds, and practice
62;; untold numbers of black magic spells, to come up with the indentation code. 62;; untold numbers of black magic spells, to come up with the indentation code.