Mercurial > hg > xemacs-beta
comparison lisp/toolbar.el @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 8e84bee8ddd0 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
52 (setq toolbar-captioned-p val)) | 52 (setq toolbar-captioned-p val)) |
53 ) | 53 ) |
54 | 54 |
55 (defcustom default-toolbar-position ;; added for the options menu - dverna | 55 (defcustom default-toolbar-position ;; added for the options menu - dverna |
56 (default-toolbar-position) | 56 (default-toolbar-position) |
57 "The location of the default toolbar. It can be 'top, 'bottom, 'left or | 57 "The location of the default toolbar. It can be 'top, 'bootom, 'left or |
58 'right. This option can be customized through the options menu." | 58 'right. This option can be customized through the options menu." |
59 :group 'display | 59 :group 'display |
60 :type '(choice (const :tag "top" 'top) | 60 :type '(choice (const :tag "top" 'top) |
61 (const :tag "bottom" 'bottom) | 61 (const :tag "bottom" 'bottom) |
62 (const :tag "left" 'left) | 62 (const :tag "left" 'left) |