/[emacs]/emacs/lisp/frame.el
ViewVC logotype

Diff of /emacs/lisp/frame.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.201 by monnier, Sat May 24 16:11:17 2003 UTC revision 1.202 by miles, Fri Jun 6 01:32:03 2003 UTC
# Line 1  Line 1 
1  ;;; frame.el --- multi-frame management independent of window systems  ;;; frame.el --- multi-frame management independent of window systems
2    
3  ;; Copyright (C) 1993, 1994, 1996, 1997, 2000, 2001  ;; Copyright (C) 1993, 1994, 1996, 1997, 2000, 2001, 2003
4  ;;   Free Software Foundation, Inc.  ;;   Free Software Foundation, Inc.
5    
6  ;; Maintainer: FSF  ;; Maintainer: FSF
# Line 816  pixels) is kept by adjusting the numbers Line 816  pixels) is kept by adjusting the numbers
816                           (mapcar #'list                           (mapcar #'list
817                                   ;; x-list-fonts will fail with an error                                   ;; x-list-fonts will fail with an error
818                                   ;; if this frame doesn't support fonts.                                   ;; if this frame doesn't support fonts.
819                                   (x-list-fonts "*" nil (selected-frame))))))                                   (x-list-fonts "*" nil (selected-frame)))
820                             nil nil nil nil
821                             (frame-parameter nil 'font))))
822       (list font current-prefix-arg)))       (list font current-prefix-arg)))
823    (let (fht fwd)    (let (fht fwd)
824      (if keep-size      (if keep-size

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.202

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26