emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ffap.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ffap.el
Date: Mon, 27 Dec 2004 10:52:40 -0500

Index: emacs/lisp/ffap.el
diff -c emacs/lisp/ffap.el:1.46 emacs/lisp/ffap.el:1.47
*** emacs/lisp/ffap.el:1.46     Mon Dec 13 05:16:25 2004
--- emacs/lisp/ffap.el  Mon Dec 27 15:41:08 2004
***************
*** 962,968 ****
      ;; * no commas (good for latex)
      (file "--:$+<>@-Z_a-z~*?" "<@" "@>;.,!:")
      ;; An url, or maybe a email/news message-id:
!     (url "--:=&address@hidden,%;" "^A-Za-z0-9" ":;.,!?")
      ;; Find a string that does *not* contain a colon:
      (nocolon "--9$+<>@-Z_a-z~" "<@" "@>;.,!?")
      ;; A machine:
--- 962,968 ----
      ;; * no commas (good for latex)
      (file "--:$+<>@-Z_a-z~*?" "<@" "@>;.,!:")
      ;; An url, or maybe a email/news message-id:
!     (url "--:=&address@hidden,%;*" "^A-Za-z0-9" ":;.,!?")
      ;; Find a string that does *not* contain a colon:
      (nocolon "--9$+<>@-Z_a-z~" "<@" "@>;.,!?")
      ;; A machine:




reply via email to

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