diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-31 10:56:35 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-31 11:01:57 +0200 |
commit | a4cf4893d179d9eed774284ce1b427767da66730 (patch) | |
tree | 433b26dcbc9022a3ea264604d95a57e8a4c36465 /lisp/ls-lisp.el | |
parent | 92ec08bc46b8732283ea08456942811a27f5b7bd (diff) | |
download | emacs-a4cf4893d179d9eed774284ce1b427767da66730.tar.gz emacs-a4cf4893d179d9eed774284ce1b427767da66730.tar.bz2 emacs-a4cf4893d179d9eed774284ce1b427767da66730.zip |
Delete aliases obsolete since 21.1 and 22.1
* lisp/ls-lisp.el (ls-lisp-dired-ignore-case):
* lisp/files.el (find-file-not-found-hooks): Delete variable aliases,
obsolete since 21.1 and 22.1 respectively.
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r-- | lisp/ls-lisp.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 6d1f449568a..3e50b0dcc87 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -100,14 +100,6 @@ update the dependent variables." (ls-lisp-set-options))) :group 'ls-lisp) -;; Only made an obsolete alias in 23.3. Before that, the initial -;; value was set according to: -;; (or (memq ls-lisp-emulation '(MS-Windows MacOS)) -;; (and (boundp 'ls-lisp-dired-ignore-case) ls-lisp-dired-ignore-case)) -;; Which isn't the right thing to do. -(define-obsolete-variable-alias 'ls-lisp-dired-ignore-case - 'ls-lisp-ignore-case "21.1") - (defcustom ls-lisp-ignore-case (memq ls-lisp-emulation '(MS-Windows MacOS)) "Non-nil causes ls-lisp alphabetic sorting to ignore case." |