• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版b32298115899dbbb98fee4d524e3d0ddc7339294 (tree)
时间1999-07-26 00:00:51
作者john <john>
Commiterjohn

Log Message

load some more libraries

更改概述

差异

--- a/lisp/sawmill.jl
+++ b/lisp/sawmill.jl
@@ -3,12 +3,13 @@
33 (provide 'sawmill)
44
55 ;; load standard libraries
6+(require 'functions)
67 (require 'cursors)
78 (require 'focus)
89 (require 'keymaps)
910 (require 'transient)
1011 (require 'workspace)
11-;(require 'place-window)
12+(require 'place-window)
1213
1314 (load-all "autoload.jl" t)
1415 (load-all (concat "os-" (symbol-name operating-system)) t)