branch: externals/auctex
commit 657c338bbec36aa5a634b9e19c078315c40ba502
Author: Alex Branham <[email protected]>
Commit: Arash Esbati <[email protected]>
* tex.el (TeX-dwim-master): Prefer `cl-return' over `return'.
Signed-off-by: Arash Esbati <[email protected]>
---
tex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tex.el b/tex.el
index b7891a1..d9a0b93 100644
--- a/tex.el
+++ b/tex.el
@@ -2399,7 +2399,7 @@ this variable to \"<none>\"."
(when (with-current-buffer buf
(and (equal dir default-directory)
(stringp TeX-master)))
- (return (with-current-buffer buf TeX-master))))))
+ (cl-return (with-current-buffer buf TeX-master))))))
(defun TeX-master-file-ask ()
"Ask for master file, set `TeX-master' and add local variables."