all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Marshall, Simon" <simon.marshall@misys.com>
Subject: Minor minor mode/options menu differences
Date: Tue, 9 Apr 2002 14:29:04 +0100	[thread overview]
Message-ID: <FC3DA3DC8D4AD311AB910020352A8FDC0BC62CB1@eagle.midas-kapiti.com> (raw)

Some time ago, the Options entries got
reworded/recaptialised/rehyphenated to be consistent with each other.
This patch does that for the Minor Mode menu.

diff -c /rvcarma/marshals/ftp/emacs-pretest/lisp/bindings.el.\~2\~
/rvcarma/marshals/ftp/emacs-pretest/lisp/bindings.el
*** /rvcarma/marshals/ftp/emacs-pretest/lisp/bindings.el.~2~	Mon Mar
18 09:49:32 2002
--- /rvcarma/marshals/ftp/emacs-pretest/lisp/bindings.el	Tue Apr
9 14:30:23 2002
***************
*** 331,337 ****
    `(menu-item ,(purecopy "Hide ifdef") hide-ifdef-mode
  	      :button (:toggle . (bound-and-true-p hide-ifdef-mode))))
  (define-key mode-line-mode-menu [font-lock-mode]
!   `(menu-item ,(purecopy "Font-lock") font-lock-mode
  	      :button (:toggle . font-lock-mode)))
  (define-key mode-line-mode-menu [flyspell-mode]
    `(menu-item ,(purecopy "Flyspell") flyspell-mode
--- 331,337 ----
    `(menu-item ,(purecopy "Hide ifdef") hide-ifdef-mode
  	      :button (:toggle . (bound-and-true-p hide-ifdef-mode))))
  (define-key mode-line-mode-menu [font-lock-mode]
!   `(menu-item ,(purecopy "Font Lock") font-lock-mode
  	      :button (:toggle . font-lock-mode)))
  (define-key mode-line-mode-menu [flyspell-mode]
    `(menu-item ,(purecopy "Flyspell") flyspell-mode
***************
*** 340,346 ****
    `(menu-item ,(purecopy "Column number") column-number-mode
  	      :button (:toggle . column-number-mode)))
  (define-key mode-line-mode-menu [auto-fill-mode]
!   `(menu-item ,(purecopy "Auto-fill") auto-fill-mode
  	      :button (:toggle . auto-fill-function)))
  (define-key mode-line-mode-menu [auto-revert-mode]
    `(menu-item ,(purecopy "Auto revert") auto-revert-mode
--- 340,346 ----
    `(menu-item ,(purecopy "Column number") column-number-mode
  	      :button (:toggle . column-number-mode)))
  (define-key mode-line-mode-menu [auto-fill-mode]
!   `(menu-item ,(purecopy "Auto Fill") auto-fill-mode
  	      :button (:toggle . auto-fill-function)))
  (define-key mode-line-mode-menu [auto-revert-mode]
    `(menu-item ,(purecopy "Auto revert") auto-revert-mode

Diff finished at Tue Apr  9 14:30:53

                 reply	other threads:[~2002-04-09 13:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FC3DA3DC8D4AD311AB910020352A8FDC0BC62CB1@eagle.midas-kapiti.com \
    --to=simon.marshall@misys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.