]> git.eshelyaron.com Git - emacs.git/commit
Make functions invocation-directory and invocation-name obsolete
authorGlenn Morris <rgm@stanford.edu>
Tue, 12 Dec 2017 08:00:33 +0000 (00:00 -0800)
committerGlenn Morris <rgm@stanford.edu>
Tue, 12 Dec 2017 08:00:33 +0000 (00:00 -0800)
commit8c5be9cbaabc02f7c78f2bafb68e2e4ab35e130f
tree1fe185c91790c07567f20bd0e6fd53dae00f5eae
parentb585a2040148fb5d7f21ba8e51c731c594c64ef2
Make functions invocation-directory and invocation-name obsolete

* lisp/subr.el (invocation-directory, invocation-name):
Mark the function versions as obsolete.  (Bug#10476)
* lisp/startup.el (tty-handle-args):
* lisp/term/common-win.el (x-handle-xrm-switch, x-handle-name-switch):
* lisp/term/ns-win.el (top-level):
* lisp/term/pc-win.el (top-level):
* lisp/term/w32-win.el (window-system-initialization):
* lisp/term/x-win.el (top-level, x-handle-parent-id)
(x-handle-smid, window-system-initialization):
* test/lisp/htmlfontify-tests.el (htmlfontify-bug25468):
Use invocation-directory and invocation-name as variables.
lisp/startup.el
lisp/subr.el
lisp/term/common-win.el
lisp/term/ns-win.el
lisp/term/pc-win.el
lisp/term/w32-win.el
lisp/term/x-win.el
test/lisp/htmlfontify-tests.el