emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107087: Fix dead link in smie.el


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107087: Fix dead link in smie.el
Date: Sat, 04 Feb 2012 16:43:26 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107087
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-04 16:43:26 +0800
message:
  Fix dead link in smie.el
  
  http://debbugs.gnu.org/10711
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/smie.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-04 02:10:22 +0000
+++ b/lisp/ChangeLog    2012-02-04 08:43:26 +0000
@@ -1,3 +1,7 @@
+2012-02-04  Leo Liu  <address@hidden>
+
+       * emacs-lisp/smie.el: Fix dead link (Bug#10711).
+
 2012-02-04  Glenn Morris  <address@hidden>
 
        * image.el (image-extension-data): Add obsolete alias.

=== modified file 'lisp/emacs-lisp/smie.el'
--- a/lisp/emacs-lisp/smie.el   2012-01-19 07:21:25 +0000
+++ b/lisp/emacs-lisp/smie.el   2012-02-04 08:43:26 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]