Explorar el Código

Fix parenthesis bug

Carsten Dominik hace 16 años
padre
commit
d072797344
Se han modificado 1 ficheros con 1 adiciones y 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)))