Index: emacs/lisp/progmodes/cperl-mode.el
diff -c emacs/lisp/progmodes/cperl-mode.el:1.63 
emacs/lisp/progmodes/cperl-mode.el:1.64
*** emacs/lisp/progmodes/cperl-mode.el:1.63     Thu May  5 19:20:03 2005
--- emacs/lisp/progmodes/cperl-mode.el  Mon May 16 11:26:54 2005
***************
*** 120,126 ****
        ;; Probably will not work due to some save-excursion???
        ;; Or save-file-position?
        ;; (message "Did I get to line %s?" (elt (, elt) 1))
!       `(goto-line (string-to-int (elt ,elt 1))))
      ;;)
      (defmacro cperl-etags-goto-tag-location (elt)
        `(etags-goto-tag-location ,elt))))
--- 120,126 ----
        ;; Probably will not work due to some save-excursion???
        ;; Or save-file-position?
        ;; (message "Did I get to line %s?" (elt (, elt) 1))
!       `(goto-line (string-to-number (elt ,elt 1))))
      ;;)
      (defmacro cperl-etags-goto-tag-location (elt)
        `(etags-goto-tag-location ,elt))))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to