aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-11-24 08:18:17 +0000
committerYAMAMOTO Mitsuharu2005-11-24 08:18:17 +0000
commit7d638a76323f2a74a51834e36c409a2f7db8ef1b (patch)
treea374234d54e667e4821f36cce665ada0f0167e55
parent1e906233d407595cb068bd027f5536dc4fdd8112 (diff)
downloademacs-7d638a76323f2a74a51834e36c409a2f7db8ef1b.tar.gz
emacs-7d638a76323f2a74a51834e36c409a2f7db8ef1b.zip
The variable `mac-command-key-is-meta' is obsolete.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 76348145174..34ec9156a4f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3317,6 +3317,9 @@ w32-use-full-screen-buffer to t.
3317** The variable `mac-keyboard-text-encoding' and the constants 3317** The variable `mac-keyboard-text-encoding' and the constants
3318`kTextEncodingMacRoman', `kTextEncodingISOLatin1', and 3318`kTextEncodingMacRoman', `kTextEncodingISOLatin1', and
3319`kTextEncodingISOLatin2' are obsolete. 3319`kTextEncodingISOLatin2' are obsolete.
3320
3321** The variable `mac-command-key-is-meta' is obsolete. Use
3322`mac-command-modifier' and `mac-option-modifier' instead.
3320 3323
3321* Incompatible Lisp Changes in Emacs 22.1 3324* Incompatible Lisp Changes in Emacs 22.1
3322 3325