From 8325b71ab5f3cfdd72b7dd9380689181c1f3012e Mon Sep 17 00:00:00 2001 From: bru Date: Mon, 1 May 2023 15:56:27 -0300 Subject: =?UTF-8?q?Falt=C3=B3=20cambiar=20el=20nombre=20de=20la=20funci?= =?UTF-8?q?=C3=B3n=20en=20cl-lib.el?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clients/emacs/bbj.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/emacs/bbj.el b/clients/emacs/bbj.el index 0056c30..b240405 100644 --- a/clients/emacs/bbj.el +++ b/clients/emacs/bbj.el @@ -532,7 +532,7 @@ maimed until it worked on emacs 24." (defun bbj-insert-sep (&optional drop-newline) (let ((sep (bbj-mksep))) (insert (propertize - (if drop-newline (subseq sep 1) sep) + (if drop-newline (cl-subseq sep 1) sep) 'face 'font-lock-comment-face 'type 'end)))) -- cgit v1.2.3