comparison lisp/dframe.el @ 65779:103ed0b7e567

Add arch tagline
author Miles Bader <miles@gnu.org>
date Sun, 02 Oct 2005 00:23:59 +0000
parents 3d159a94747e
children 6e229fd94815
comparison
equal deleted inserted replaced
65778:ea1220124878 65779:103ed0b7e567
2 2
3 ;;; Copyright (C) 1996, 97, 98, 99, 2000, 01, 02, 03, 04 Free Software Foundation 3 ;;; Copyright (C) 1996, 97, 98, 99, 2000, 01, 02, 03, 04 Free Software Foundation
4 4
5 ;; Author: Eric M. Ludlam <zappo@gnu.org> 5 ;; Author: Eric M. Ludlam <zappo@gnu.org>
6 ;; Keywords: file, tags, tools 6 ;; Keywords: file, tags, tools
7 ;; X-RCS: $Id: dframe.el,v 1.27 2005/02/06 17:02:45 berndl Exp $ 7 ;; X-RCS: $Id: dframe.el,v 1.1 2005/09/30 13:18:43 cyd Exp $
8 8
9 (defvar dframe-version "1.3" 9 (defvar dframe-version "1.3"
10 "The current version of the dedicated frame library.") 10 "The current version of the dedicated frame library.")
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
1063 "Click on the edge of the modeline to scroll left/right"))) 1063 "Click on the edge of the modeline to scroll left/right")))
1064 )) 1064 ))
1065 1065
1066 (provide 'dframe) 1066 (provide 'dframe)
1067 1067
1068 ;; arch-tag: df9b91b6-e85e-4a76-a02e-b3cb5b686bd4
1068 ;;; dframe.el ends here 1069 ;;; dframe.el ends here