From 1576fe1dcee16f00470e61616e6cb74753272b69 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Apr 1994 17:16:44 +0000 Subject: (edebug-version): Delete third arg of string-match. --- lisp/emacs-lisp/edebug.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/emacs-lisp/edebug.el') diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 08699d89662..58c4041d2cd 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -8,9 +8,9 @@ ;; LCD Archive Entry: ;; edebug|Daniel LaLiberte|liberte@cs.uiuc.edu ;; |A source level debugger for Emacs Lisp. -;; |$Date: 1994/04/04 21:52:06 $|3.5|~/modes/edebug.el| +;; |$Date: 1994/04/05 01:21:06 $|3.5|~/modes/edebug.el| -;; Version 3.5 ($Revision: 1.18 $ from Emacs 19) +;; Version 3.5 ($Revision: 1.19 $ from Emacs 19) ;; This file is part of GNU Emacs. @@ -108,7 +108,7 @@ (defconst edebug-version (let ((raw-version "3.5")) - (substring raw-version (string-match "[0-9.]*" raw-version 11) + (substring raw-version (string-match "[0-9.]*" raw-version) (match-end 0)))) (require 'backquote) -- cgit v1.2.3