emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114341: * lisp/textmodes/two-column.el: Make 2C-spl


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114341: * lisp/textmodes/two-column.el: Make 2C-split work for --without-x.
Date: Wed, 18 Sep 2013 01:42:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114341
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-17 21:42:43 -0400
message:
  * lisp/textmodes/two-column.el: Make 2C-split work for --without-x.
  (scroll-bar-columns): Autoload.
  (top-level): Require fringe when compiling.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/textmodes/two-column.el   
twocolumn.el-20091113204419-o5vbwnq5f7feedwu-498
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-18 01:27:00 +0000
+++ b/lisp/ChangeLog    2013-09-18 01:42:43 +0000
@@ -1,3 +1,9 @@
+2013-09-18  Glenn Morris  <address@hidden>
+
+       * textmodes/two-column.el: Make 2C-split work for --without-x.
+       (scroll-bar-columns): Autoload.
+       (top-level): Require fringe when compiling.
+
 2013-09-18  Leo Liu  <address@hidden>
 
        * subr.el (add-hook): Robustify to handle closure as well.

=== modified file 'lisp/textmodes/two-column.el'
--- a/lisp/textmodes/two-column.el      2013-02-12 17:36:54 +0000
+++ b/lisp/textmodes/two-column.el      2013-09-18 01:42:43 +0000
@@ -349,6 +349,9 @@
     (if b1 (setq 2C-window-width (- (frame-width) b1)))
     (2C-two-columns b2)))
 
+(autoload 'scroll-bar-columns "scroll-bar")
+(eval-when-compile
+  (require 'fringe))                   ; fringe-columns defsubst
 
 ;;;###autoload
 (defun 2C-split (arg)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]