X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1259009aa17da6dc038afff96963f6d9bbd3b8e1..7830899f39515bcb4938715ebf58d1ba855deb41:/lisp/tool-bar.el diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el index 0e47338bf9..506e11399b 100644 --- a/lisp/tool-bar.el +++ b/lisp/tool-bar.el @@ -1,6 +1,6 @@ ;;; tool-bar.el --- setting up the tool bar -;; Copyright (C) 2000-2012 Free Software Foundation, Inc. +;; Copyright (C) 2000-2013 Free Software Foundation, Inc. ;; Author: Dave Love ;; Keywords: mouse frames @@ -287,6 +287,7 @@ holds a keymap." Possible values are `top' (tool bar on top), `bottom' (tool bar at bottom), `left' (tool bar on left) and `right' (tool bar on right). Customize `tool-bar-mode' if you want to show or hide the tool bar." + :version "24.1" :type '(choice (const top) (const bottom) (const left)