Mercurial > hg > xemacs-beta
diff lisp/minibuf.el @ 4222:38ef5a6da799
[xemacs-hg @ 2007-10-13 14:08:26 by aidan]
Fix the nomule package build; eliminate some non-X compile time warnings.
author | aidan |
---|---|
date | Sat, 13 Oct 2007 14:08:30 +0000 |
parents | 5df5ea55d3fc |
children | 53e507d77416 |
line wrap: on
line diff
--- a/lisp/minibuf.el Fri Oct 12 21:51:07 2007 +0000 +++ b/lisp/minibuf.el Sat Oct 13 14:08:30 2007 +0000 @@ -2095,7 +2095,7 @@ ;; any more. --ben (lambda () (mouse-rfn-setup-vars prompt) - (when (featurep 'scrollbar) + (when-boundp #'scrollbar-width (set-specifier scrollbar-width 0 (current-buffer))) (setq truncate-lines t))))