aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/elisp-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 5111f887091..d02951dcf62 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -542,9 +542,9 @@ functions are annotated with \"<f>\" via the
542 (delete-dups 542 (delete-dups
543 ;; FIXME: We should include some 543 ;; FIXME: We should include some
544 ;; docstring with each entry. 544 ;; docstring with each entry.
545 (append 545 (append macro-declarations-alist
546 macro-declarations-alist 546 defun-declarations-alist
547 defun-declarations-alist))))) 547 nil))))) ; Copy both alists.
548 ((and (or `condition-case `condition-case-unless-debug) 548 ((and (or `condition-case `condition-case-unless-debug)
549 (guard (save-excursion 549 (guard (save-excursion
550 (ignore-errors 550 (ignore-errors