From d20ffee1ade7a9edee43e71ce27dadb853337cd2 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 10 Dec 2007 11:52:35 +0000 Subject: Fix parens --- lib/texi-docstring-magic.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/texi-docstring-magic.el') diff --git a/lib/texi-docstring-magic.el b/lib/texi-docstring-magic.el index 3be809f3..46d38abe 100644 --- a/lib/texi-docstring-magic.el +++ b/lib/texi-docstring-magic.el @@ -381,8 +381,8 @@ With prefix arg, no errors on unknown symbols. (This results in (defun texi-docstring-magic-insert-magic (symbol) (interactive (let* ((v (or (variable-at-point) - (and (fboundp 'function-at-point (function-at-point))) - (and (fboundp 'function-called-at-point (function-called-at-point))) + (and (fboundp 'function-at-point) (function-at-point)) + (and (fboundp 'function-called-at-point) (function-called-at-point)) (texi-docstring-magic-face-at-point))) (val (let ((enable-recursive-minibuffers t)) (completing-read -- cgit v1.2.3