Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
51a0cb35
Commit
51a0cb35
authored
May 07, 2008
by
Andreas Schwab
Browse files
Require 'cl when compiling.
parent
d95d9b23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/window.el
lisp/window.el
+2
-0
No files found.
lisp/ChangeLog
View file @
51a0cb35
2008-05-07 Andreas Schwab <schwab@suse.de>
* window.el: Require 'cl when compiling.
2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dispatcher.el (vc-dir-insert-directories): Default to t.
...
...
lisp/window.el
View file @
51a0cb35
...
...
@@ -27,6 +27,8 @@
;;; Code:
(
eval-when-compile
(
require
'cl
))
(
defvar
window-size-fixed
nil
"*Non-nil in a buffer means windows displaying the buffer are fixed-size.
If the value is `height', then only the window's height is fixed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment