summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-02-24 23:08:47 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2021-02-24 23:08:47 -0500
commit4b1ace22be661c15a52bc84c0ee8c0c8c5fe8595 (patch)
tree1582e8bc082a484cdc5c8eed1a04b917d889b088 /lisp/progmodes
parent8114a84b21b2463ea35db7f3a18fd3804396f47e (diff)
downloademacs-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.el2
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.