emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/thingatpt.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/thingatpt.el,v
Date: Wed, 13 Sep 2006 17:46:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/09/13 17:46:25

Index: thingatpt.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/thingatpt.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- thingatpt.el        4 Jul 2006 20:27:49 -0000       1.36
+++ thingatpt.el        13 Sep 2006 17:46:25 -0000      1.37
@@ -240,7 +240,7 @@
   (let ((strip (thing-at-point-looking-at
                         thing-at-point-markedup-url-regexp))) ;; (url "") short
     (if (or strip
-`          (thing-at-point-looking-at thing-at-point-url-regexp)
+           (thing-at-point-looking-at thing-at-point-url-regexp)
            ;; Access scheme omitted?
            ;; (setq short (thing-at-point-looking-at
            ;;           thing-at-point-short-url-regexp))




reply via email to

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