diff lisp/modes/cperl-mode.el @ 138:6608ceec7cf8 r20-2b3

Import from CVS: tag r20-2b3
author cvs
date Mon, 13 Aug 2007 09:31:46 +0200
parents fe104dbd9147
children 59463afc5666
line wrap: on
line diff
--- a/lisp/modes/cperl-mode.el	Mon Aug 13 09:31:13 2007 +0200
+++ b/lisp/modes/cperl-mode.el	Mon Aug 13 09:31:46 2007 +0200
@@ -32,7 +32,7 @@
 ;;; Corrections made by Ilya Zakharevich ilya@math.mps.ohio-state.edu
 ;;; XEmacs changes by Peter Arius arius@informatik.uni-erlangen.de
 
-;; $Id: cperl-mode.el,v 1.4 1997/03/16 03:05:17 steve Exp $
+;; $Id: cperl-mode.el,v 1.5 1997/04/27 19:30:26 steve Exp $
 
 ;;; To use this mode put the following into your .emacs file:
 
@@ -3757,7 +3757,8 @@
     (save-excursion
       (cond (inbuffer nil)		; Already there
 	    ((file-exists-p tags-file-name)
-	     (visit-tags-table-buffer tags-file-name))
+	     ;;(visit-tags-table-buffer tags-file-name))
+	     (visit-tags-table-buffer))
 	    (t (set-buffer (find-file-noselect tags-file-name))))
       (cond
        (dir