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.
This commit is contained in:
parent
92ec08bc46
commit
a4cf4893d1
3 changed files with 4 additions and 10 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue