diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-02-24 23:08:47 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-02-24 23:08:47 -0500 |
commit | 4b1ace22be661c15a52bc84c0ee8c0c8c5fe8595 (patch) | |
tree | 1582e8bc082a484cdc5c8eed1a04b917d889b088 /lisp/progmodes | |
parent | 8114a84b21b2463ea35db7f3a18fd3804396f47e (diff) | |
download | emacs-4b1ace22be661c15a52bc84c0ee8c0c8c5fe8595.tar.gz emacs-4b1ace22be661c15a52bc84c0ee8c0c8c5fe8595.tar.bz2 emacs-4b1ace22be661c15a52bc84c0ee8c0c8c5fe8595.zip |
Remove last remaining external uses of `edebug-form-spec`
* lisp/emacs-lisp/gv.el (gv-place): Use `def-edebug-elem-spec`.
* lisp/obsolete/erc-compat.el (erc-define-minor-mode): Remove redundant
`edebug-form-spec`.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/etags.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 869529ab2db..023c90cca5b 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1604,11 +1604,11 @@ that do nothing." ;; This might be a neat idea, but it's too hairy at the moment. ;;(defmacro tags-with-syntax (&rest body) +;; (declare (debug t)) ;; `(with-syntax-table ;; (with-current-buffer (find-file-noselect (file-of-tag)) ;; (syntax-table)) ;; ,@body)) -;;(put 'tags-with-syntax 'edebug-form-spec '(&rest form)) ;; exact file name match, i.e. searched tag must match complete file ;; name including directories parts if there are some. |