emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/tempo.el
Date: Sat, 06 Nov 2004 10:01:55 -0500

Index: emacs/lisp/tempo.el
diff -c emacs/lisp/tempo.el:1.22 emacs/lisp/tempo.el:1.23
*** emacs/lisp/tempo.el:1.22    Sat Nov  6 11:26:59 2004
--- emacs/lisp/tempo.el Sat Nov  6 14:48:39 2004
***************
*** 1,6 ****
  ;;; tempo.el --- Flexible template insertion
  
! ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
  
  ;; Author: David K}gedal <address@hidden>
  ;; Created: 16 Feb 1994
--- 1,6 ----
  ;;; tempo.el --- Flexible template insertion
  
! ;; Copyright (C) 1994, 1995, 2004 Free Software Foundation, Inc.
  
  ;; Author: David K}gedal <address@hidden>
  ;; Created: 16 Feb 1994
***************
*** 182,188 ****
  each string in the tag list. If one is found, the whole text between
  the first \\( and the point is replaced with the inserted template.
  
! You will probably want to include \\ \= at the end of the regexp to
  make sure that the string is matched only against text adjacent to the
  point.
  
--- 182,188 ----
  each string in the tag list. If one is found, the whole text between
  the first \\( and the point is replaced with the inserted template.
  
! You will probably want to include \\=\\= at the end of the regexp to
  make sure that the string is matched only against text adjacent to the
  point.
  




reply via email to

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