diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-22 12:42:01 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-22 13:28:25 +0200 |
commit | 38ae6cf3ce1a84f46739a788b8a2a832f8d08b2a (patch) | |
tree | a8a8c0ac4b93ecc5c806e333ed827ac1f50b61f9 /lisp/bs.el | |
parent | cc06be904c5f1da950312c9c3640da42700a1f36 (diff) | |
download | emacs-38ae6cf3ce1a84f46739a788b8a2a832f8d08b2a.tar.gz emacs-38ae6cf3ce1a84f46739a788b8a2a832f8d08b2a.tar.bz2 emacs-38ae6cf3ce1a84f46739a788b8a2a832f8d08b2a.zip |
Prefer Emacs mouse button event names to XEmacs names
* lisp/mwheel.el:
* lisp/vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
(ediff-draw-dir-diffs, ediff-redraw-registry-buffer): Prefer Emacs
mouse button event names to XEmacs names.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r-- | lisp/bs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/bs.el b/lisp/bs.el index 3b0c8008661..00d8326115e 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -1,6 +1,7 @@ ;;; bs.el --- menu for selecting and displaying buffers -*- lexical-binding: t -*- ;; Copyright (C) 1998-2022 Free Software Foundation, Inc. + ;; Author: Olaf Sylvester <Olaf.Sylvester@netsurf.de> ;; Maintainer: emacs-devel@gnu.org ;; Keywords: convenience |