[climacs-cvs] CVS climacs

thenriksen thenriksen at common-lisp.net
Sun Apr 23 12:36:19 UTC 2006


Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv1333

Modified Files:
	file-commands.lisp 
Log Message:
Set (syntax buffer) to NIL so we can check whether or not the local
options line has set a syntax.


--- /project/climacs/cvsroot/climacs/file-commands.lisp	2006/04/23 12:11:26	1.6
+++ /project/climacs/cvsroot/climacs/file-commands.lisp	2006/04/23 12:36:19	1.7
@@ -212,6 +212,7 @@
 	       (switch-to-buffer existing-buffer)
 	       (let ((buffer (make-buffer))
 		     (pane (current-window)))
+                 (setf (syntax buffer) nil)
 		 (setf (offset (point (buffer pane))) (offset (point pane)))
 		 (setf (buffer (current-window)) buffer)
 		 ;; Don't want to create the file if it doesn't exist.




More information about the Climacs-cvs mailing list