emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el
Date: Fri, 25 Mar 2005 05:06:23 -0500

Index: emacs/lisp/progmodes/cperl-mode.el
diff -c emacs/lisp/progmodes/cperl-mode.el:1.59 
emacs/lisp/progmodes/cperl-mode.el:1.60
*** emacs/lisp/progmodes/cperl-mode.el:1.59     Fri Dec 31 14:53:01 2004
--- emacs/lisp/progmodes/cperl-mode.el  Fri Mar 25 10:06:23 2005
***************
*** 1,6 ****
  ;;; cperl-mode.el --- Perl code editing commands for Emacs
  
! ;; Copyright (C) 1985,86,87,91,92,93,94,95,96,97,98,99,2000,03,2004
  ;;     Free Software Foundation, Inc.
  
  ;; Author: Ilya Zakharevich and Bob Olson
--- 1,6 ----
  ;;; cperl-mode.el --- Perl code editing commands for Emacs
  
! ;; Copyright (C) 1985,86,87,91,92,93,94,95,96,97,98,99,2000,03,2004,2005
  ;;     Free Software Foundation, Inc.
  
  ;; Author: Ilya Zakharevich and Bob Olson
***************
*** 713,719 ****
  
  The main trick (to make $ a \"backslash\") makes constructions like
  ${aaa} look like unbalanced braces.  The only trick I can think of is
! to insert it as $ {aaa} (legal in perl5, not in perl4).
  
  Similar problems arise in regexps, when /(\\s|$)/ should be rewritten
  as /($|\\s)/.  Note that such a transposition is not always possible.
--- 713,719 ----
  
  The main trick (to make $ a \"backslash\") makes constructions like
  ${aaa} look like unbalanced braces.  The only trick I can think of is
! to insert it as $ {aaa} (valid in perl5, not in perl4).
  
  Similar problems arise in regexps, when /(\\s|$)/ should be rewritten
  as /($|\\s)/.  Note that such a transposition is not always possible.




reply via email to

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