diff options
| author | Stefan Kangas | 2021-03-08 05:25:18 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-03-08 05:25:18 +0100 |
| commit | a190bc9f3067d9c35fc4344248222eb6ff2a0fc6 (patch) | |
| tree | fe72e4a3d6f741f4ba75da5df8f96e7a8d5efd8c | |
| parent | 0e4a2dca836b52740ead29d5ff6436d938d17a78 (diff) | |
| download | emacs-a190bc9f3067d9c35fc4344248222eb6ff2a0fc6.tar.gz emacs-a190bc9f3067d9c35fc4344248222eb6ff2a0fc6.zip | |
Delete two more items obsoleted in Emacs 23.1
* lisp/calendar/icalendar.el
(icalendar--datetime-to-noneuropean-date): Remove alias obsolete since
* lisp/obsolete/nnir.el (nnir-swish-e-index-file):
Delete items obsolete since Emacs 23.1.
; * etc/NEWS: List removed items.
| -rw-r--r-- | etc/NEWS | 16 | ||||
| -rw-r--r-- | lisp/calendar/icalendar.el | 3 | ||||
| -rw-r--r-- | lisp/obsolete/nnir.el | 14 |
3 files changed, 11 insertions, 22 deletions
| @@ -2350,18 +2350,20 @@ ledit.el, lmenu.el, lucid.el and old-whitespace.el. | |||
| 2350 | 'forward-point', 'generic-char-p', 'global-highlight-changes', | 2350 | 'forward-point', 'generic-char-p', 'global-highlight-changes', |
| 2351 | 'hi-lock-face-history', 'hi-lock-regexp-history', | 2351 | 'hi-lock-face-history', 'hi-lock-regexp-history', |
| 2352 | 'highlight-changes-active-string', 'highlight-changes-initial-state', | 2352 | 'highlight-changes-active-string', 'highlight-changes-initial-state', |
| 2353 | 'highlight-changes-passive-string', 'image-mode-maybe', | 2353 | 'highlight-changes-passive-string', |
| 2354 | 'icalendar--datetime-to-noneuropean-date', 'image-mode-maybe', | ||
| 2354 | 'imenu-example--name-and-position', 'ispell-aspell-supports-utf8', | 2355 | 'imenu-example--name-and-position', 'ispell-aspell-supports-utf8', |
| 2355 | 'lisp-mode-auto-fill', 'locate-file-completion', 'make-coding-system', | 2356 | 'lisp-mode-auto-fill', 'locate-file-completion', 'make-coding-system', |
| 2356 | 'minibuffer-local-must-match-filename-map', 'mouse-choose-completion', | 2357 | 'minibuffer-local-must-match-filename-map', 'mouse-choose-completion', |
| 2357 | 'mouse-major-mode-menu', 'mouse-popup-menubar', | 2358 | 'mouse-major-mode-menu', 'mouse-popup-menubar', |
| 2358 | 'mouse-popup-menubar-stuff', 'newsticker-groups-filename', | 2359 | 'mouse-popup-menubar-stuff', 'newsticker-groups-filename', |
| 2359 | 'nnmail-fix-eudora-headers', 'non-iso-charset-alist', | 2360 | 'nnir-swish-e-index-file', 'nnmail-fix-eudora-headers', |
| 2360 | 'nonascii-insert-offset', 'nonascii-translation-table', | 2361 | 'non-iso-charset-alist', 'nonascii-insert-offset', |
| 2361 | 'password-read-and-add', 'pre-abbrev-expand-hook', 'princ-list', | 2362 | 'nonascii-translation-table', 'password-read-and-add', |
| 2362 | 'print-help-return-message', 'process-filter-multibyte-p', | 2363 | 'pre-abbrev-expand-hook', 'princ-list', 'print-help-return-message', |
| 2363 | 'read-file-name-predicate', 'remember-buffer', 'rmail-highlight-face', | 2364 | 'process-filter-multibyte-p', 'read-file-name-predicate', |
| 2364 | 'rmail-message-filter', 'semantic-after-idle-scheduler-reparse-hooks', | 2365 | 'remember-buffer', 'rmail-highlight-face', 'rmail-message-filter', |
| 2366 | 'semantic-after-idle-scheduler-reparse-hooks', | ||
| 2365 | 'semantic-after-toplevel-bovinate-hook', | 2367 | 'semantic-after-toplevel-bovinate-hook', |
| 2366 | 'semantic-before-idle-scheduler-reparse-hooks', | 2368 | 'semantic-before-idle-scheduler-reparse-hooks', |
| 2367 | 'semantic-before-toplevel-bovination-hook', | 2369 | 'semantic-before-toplevel-bovination-hook', |
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index 0b6ff560424..8f4dbf0c5e5 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el | |||
| @@ -773,9 +773,6 @@ American format: \"month day year\"." | |||
| 773 | ;; datetime == nil | 773 | ;; datetime == nil |
| 774 | nil)) | 774 | nil)) |
| 775 | 775 | ||
| 776 | (define-obsolete-function-alias 'icalendar--datetime-to-noneuropean-date | ||
| 777 | 'icalendar--datetime-to-american-date "23.1") | ||
| 778 | |||
| 779 | (defun icalendar--datetime-to-european-date (datetime &optional separator) | 776 | (defun icalendar--datetime-to-european-date (datetime &optional separator) |
| 780 | "Convert the decoded DATETIME to European format. | 777 | "Convert the decoded DATETIME to European format. |
| 781 | Optional argument SEPARATOR gives the separator between month, | 778 | Optional argument SEPARATOR gives the separator between month, |
diff --git a/lisp/obsolete/nnir.el b/lisp/obsolete/nnir.el index 7d7e88184c4..fef76ba327d 100644 --- a/lisp/obsolete/nnir.el +++ b/lisp/obsolete/nnir.el | |||
| @@ -275,21 +275,11 @@ that it is for swish++, not Namazu." | |||
| 275 | 275 | ||
| 276 | ;; Swish-E. | 276 | ;; Swish-E. |
| 277 | ;; URL: http://swish-e.org/ | 277 | ;; URL: http://swish-e.org/ |
| 278 | ;; Variables `nnir-swish-e-index-file', `nnir-swish-e-program' and | 278 | ;; Variables `nnir-swish-e-index-files', `nnir-swish-e-program' and |
| 279 | ;; `nnir-swish-e-additional-switches' | 279 | ;; `nnir-swish-e-additional-switches' |
| 280 | 280 | ||
| 281 | (make-obsolete-variable 'nnir-swish-e-index-file | ||
| 282 | 'nnir-swish-e-index-files "23.1") | ||
| 283 | (defcustom nnir-swish-e-index-file | ||
| 284 | (expand-file-name "~/Mail/index.swish-e") | ||
| 285 | "Index file for swish-e. | ||
| 286 | This could be a server parameter. | ||
| 287 | It is never consulted once `nnir-swish-e-index-files', which should be | ||
| 288 | used instead, has been customized." | ||
| 289 | :type '(file)) | ||
| 290 | |||
| 291 | (defcustom nnir-swish-e-index-files | 281 | (defcustom nnir-swish-e-index-files |
| 292 | (list nnir-swish-e-index-file) | 282 | (list (expand-file-name "~/Mail/index.swish-e")) |
| 293 | "List of index files for swish-e. | 283 | "List of index files for swish-e. |
| 294 | This could be a server parameter." | 284 | This could be a server parameter." |
| 295 | :type '(repeat (file))) | 285 | :type '(repeat (file))) |