aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-10-04 14:12:22 +0200
committerLars Ingebrigtsen2022-10-04 14:12:22 +0200
commit3ed29eedfcdfd2c7bd4c8281ce7930822ef14a10 (patch)
treeef3e8c45063f3e49de72758f93d2a83f861e3e18
parent79d9f3b845fc94726e242239574be21f5f49813c (diff)
downloademacs-3ed29eedfcdfd2c7bd4c8281ce7930822ef14a10.tar.gz
emacs-3ed29eedfcdfd2c7bd4c8281ce7930822ef14a10.zip
Fix NEWS item about obsoleting the `eq' gv
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e0e2178d284..78fc431e823 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3065,8 +3065,8 @@ The following generalized variables have been made obsolete:
3065'buffer-name', 'buffer-string', 'buffer-substring', 'current-buffer', 3065'buffer-name', 'buffer-string', 'buffer-substring', 'current-buffer',
3066'current-column', 'current-global-map', 'current-input-mode', 3066'current-column', 'current-global-map', 'current-input-mode',
3067'current-local-map', 'current-window-configuration', 3067'current-local-map', 'current-window-configuration',
3068'default-file-modes', 'documentation-property', 'frame-height', 3068'default-file-modes', 'documentation-property', `eq', 'frame-height',
3069'frame-width', 'frame-visible-p', 'global-key-binding', `if' 3069'frame-width', 'frame-visible-p', 'global-key-binding',
3070'local-key-binding', 'mark', 'mark-marker', 'marker-position', 3070'local-key-binding', 'mark', 'mark-marker', 'marker-position',
3071'mouse-position', 'point', 'point-marker', 'point-max', 'point-min', 3071'mouse-position', 'point', 'point-marker', 'point-max', 'point-min',
3072'read-mouse-position', 'screen-height', 'screen-width', 3072'read-mouse-position', 'screen-height', 'screen-width',