Show
Ignore:
Timestamp:
09/30/06 09:12:06 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp

    • Property svn:ignore changed from
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      to
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      pre-mh-loaddefs.el-CMD
  • trunk/lisp/progmodes/cperl-mode.el

    r4098 r4169  
    39153915            (progn 
    39163916              (goto-char 
    3917                (previous-single-property-change (point) 'here-doc-group)) 
     3917               (or (previous-single-property-change (point) 'here-doc-group) 
     3918                   (point))) 
    39183919              (beginning-of-line 0))) 
    39193920        (if (get-text-property (point) 'in-pod) 
    39203921            (progn 
    39213922              (goto-char 
    3922                (previous-single-property-change (point) 'in-pod)) 
     3923               (or (previous-single-property-change (point) 'in-pod) 
     3924                   (point))) 
    39233925              (beginning-of-line 0))) 
    39243926        (if (looking-at "^[ \t]*\\(#\\|$\\)") nil ; Only comment, skip