diff options
-rw-r--r-- | lisp/progmodes/elisp-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 1babb2f9094..36797fc6fdb 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -508,7 +508,6 @@ functions are annotated with \"<f>\" via the (and (memq (char-syntax (char-after)) '(?w ?_)) (read (current-buffer)))) (error nil)))) - (message "sym: %s %s %s %s" fun-sym funpos beg end) (when (and end (or (not (nth 8 (syntax-ppss))) (memq (char-before beg) '(?` ?‘)))) (let ((table-etc |