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
|
@ -577,8 +577,6 @@ location of point in the current buffer."
|
|||
|
||||
;;;It is not useful to make this a local variable.
|
||||
;;;(put 'find-file-not-found-functions 'permanent-local t)
|
||||
(define-obsolete-variable-alias 'find-file-not-found-hooks
|
||||
'find-file-not-found-functions "22.1")
|
||||
(defvar find-file-not-found-functions nil
|
||||
"List of functions to be called for `find-file' on nonexistent file.
|
||||
These functions are called as soon as the error is detected.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue