[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/vms-patch.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/vms-patch.el |
Date: |
Mon, 16 May 2005 07:33:55 -0400 |
Index: emacs/lisp/vms-patch.el
diff -c emacs/lisp/vms-patch.el:1.15 emacs/lisp/vms-patch.el:1.16
*** emacs/lisp/vms-patch.el:1.15 Mon Sep 1 15:45:17 2003
--- emacs/lisp/vms-patch.el Mon May 16 11:33:47 2005
***************
*** 93,99 ****
(if (not args)
(if file
(progn (find-file file)
! (if line (goto-line (string-to-int line)))))
(cd (file-name-directory file))
(vms-command-line-again))))
--- 93,99 ----
(if (not args)
(if file
(progn (find-file file)
! (if line (goto-line (string-to-number line)))))
(cd (file-name-directory file))
(vms-command-line-again))))
- [Emacs-diffs] Changes to emacs/lisp/vms-patch.el,
Juanma Barranquero <=