emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112516: * lisp/thingatpt.el (thing-a


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112516: * lisp/thingatpt.el (thing-at-point): Accept optional second argument
Date: Wed, 08 May 2013 11:13:25 -0400
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112516
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Wed 2013-05-08 11:13:25 -0400
message:
  * lisp/thingatpt.el (thing-at-point): Accept optional second argument
  NO-PROPERTIES to strip the text properties from the return value.
  * lisp/net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
  to `thing-at-point' instead of stripping the properties ourselves.
  Also, when `thing-at-point' fails to find a url, prepend "http://";
  to the filename at point on the assumption that the user is
  pointing at something like gnu.org/gnu.
modified:
  lisp/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-08 15:06:28 +0000
+++ b/lisp/ChangeLog    2013-05-08 15:13:25 +0000
@@ -1,3 +1,13 @@
+2013-05-08  Sam Steingold  <address@hidden>
+
+       * thingatpt.el (thing-at-point): Accept optional second argument
+       NO-PROPERTIES to strip the text properties from the return value.
+       * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
+       to `thing-at-point' instead of stripping the properties ourselves.
+       Also, when `thing-at-point' fails to find a url, prepend "http://";
+       to the filename at point on the assumption that the user is
+       pointing at something like gnu.org/gnu.
+
 2013-05-08  Juanma Barranquero  <address@hidden>
 
        * emacs-lisp/bytecomp.el (byte-compile-insert-header):


reply via email to

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