Skip to content

Commit

Permalink
(combine-after-change-calls): New def-edebug-spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Nov 9, 1996
1 parent 8cb168c commit dba8215
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lisp/emacs-lisp/edebug.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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))))

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit dba8215

Please sign in to comment.