/[emacs]/emacs/lisp/progmodes/cperl-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cperl-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by pfeiffer, Thu May 5 19:20:03 2005 UTC revision 1.64 by lektu, Mon May 16 11:26:54 2005 UTC
# Line 120  Line 120 
120          ;; Probably will not work due to some save-excursion???          ;; Probably will not work due to some save-excursion???
121          ;; Or save-file-position?          ;; Or save-file-position?
122          ;; (message "Did I get to line %s?" (elt (, elt) 1))          ;; (message "Did I get to line %s?" (elt (, elt) 1))
123          `(goto-line (string-to-int (elt ,elt 1))))          `(goto-line (string-to-number (elt ,elt 1))))
124      ;;)      ;;)
125      (defmacro cperl-etags-goto-tag-location (elt)      (defmacro cperl-etags-goto-tag-location (elt)
126        `(etags-goto-tag-location ,elt))))        `(etags-goto-tag-location ,elt))))

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26