summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-11-09 21:48:07 +0000
committerRichard M. Stallman <rms@gnu.org>1996-11-09 21:48:07 +0000
commitdba821589bfdd3e2c2a036c02b4d79fc4a6265d9 (patch)
treefab578b088e171a839587a79d1f15a6c28c4f0fc /lisp
parent8cb168c142a82d9e6117146eb16d4297024e6db1 (diff)
downloademacs-dba821589bfdd3e2c2a036c02b4d79fc4a6265d9.tar.gz
(combine-after-change-calls): New def-edebug-spec.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/edebug.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index e6edb4d6c5a..76a3443b065 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -8,7 +8,7 @@
;; LCD Archive Entry:
;; edebug|Daniel LaLiberte|liberte@cs.uiuc.edu
;; |A source level debugger for Emacs Lisp.
-;; |$Date: 1996/09/24 06:54:18 $|$Revision: 3.10 $|~/modes/edebug.el|
+;; |$Date: 1996/10/02 21:41:56 $|$Revision: 3.11 $|~/modes/edebug.el|
;; This file is part of GNU Emacs.
@@ -85,7 +85,7 @@
;;; Code:
(defconst edebug-version
- (let ((raw-version "$Revision: 3.10 $"))
+ (let ((raw-version "$Revision: 3.11 $"))
(substring raw-version (string-match "[0-9.]*" raw-version)
(match-end 0))))
@@ -2123,6 +2123,7 @@ expressions; a `progn' form will be returned enclosing these forms."
(def-edebug-spec save-match-data t)
(def-edebug-spec with-output-to-string t)
(def-edebug-spec with-current-buffer t)
+(def-edebug-spec combine-after-change-calls t)
(def-edebug-spec with-temp-file t)
(def-edebug-spec with-temp-buffer t)