Explorar o código

Fix parenthesis bug

Carsten Dominik %!s(int64=16) %!d(string=hai) anos
pai
achega
d072797344
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -15455,7 +15455,7 @@ Counting starts at 1."
   "Like `find-buffer-visiting' but always return the base buffer and
 not an indirect buffer."
   (let ((buf (or (get-file-buffer file)
-		 (find-buffer-visiting file)))
+		 (find-buffer-visiting file))))
     (if buf
 	(or (buffer-base-buffer buf) buf)
       nil)))