[climacs-cvs] CVS climacs
thenriksen
thenriksen at common-lisp.net
Sat May 6 15:40:47 UTC 2006
Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv12519
Modified Files:
file-commands.lisp
Log Message:
Fixed typo.
--- /project/climacs/cvsroot/climacs/file-commands.lisp 2006/05/06 15:38:42 1.13
+++ /project/climacs/cvsroot/climacs/file-commands.lisp 2006/05/06 15:40:47 1.14
@@ -486,7 +486,7 @@
(set-key 'com-save-buffer
'buffer-table
-n '((#\x :control) (#\s :control)))
+ '((#\x :control) (#\s :control)))
(defmethod frame-exit :around ((frame climacs) #-mcclim &key)
(loop for buffer in (buffers frame)
More information about the Climacs-cvs
mailing list