diff options
| author | Lars Ingebrigtsen | 2022-10-04 14:12:22 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-10-04 14:12:22 +0200 |
| commit | 3ed29eedfcdfd2c7bd4c8281ce7930822ef14a10 (patch) | |
| tree | ef3e8c45063f3e49de72758f93d2a83f861e3e18 | |
| parent | 79d9f3b845fc94726e242239574be21f5f49813c (diff) | |
| download | emacs-3ed29eedfcdfd2c7bd4c8281ce7930822ef14a10.tar.gz emacs-3ed29eedfcdfd2c7bd4c8281ce7930822ef14a10.zip | |
Fix NEWS item about obsoleting the `eq' gv
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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', |