]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/antlr-mode.el: Remove XEmacs compatibility
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Feb 2021 17:22:19 +0000 (12:22 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Feb 2021 17:22:19 +0000 (12:22 -0500)
commit69caa111c290eb1f02013c407f4ac2549b172c36
tree250b5c16ccb312a9f2a56c732f5dbe91c9ac2261
parent8933cf86a1c64fc3302188629356084bcbfc65dc
* lisp/progmodes/antlr-mode.el: Remove XEmacs compatibility

(cond-emacs-xemacs, cond-emacs-xemacs-macfn, defunx, ignore-errors-x):
Remove those functions and macros.  Replace every use with the result
of their use.
(antlr-default-directory): Remove function, use the `default-directory`
variable instead.
(antlr-read-shell-command): Remove function, use
`read-shell-command` instead.
(antlr-with-displaying-help-buffer): Remove function, by inlining it at
its only call site.
(antlr-end-of-rule, antlr-beginning-of-rule, antlr-end-of-body)
(antlr-beginning-of-body): Mark them as movement commands.
lisp/progmodes/antlr-mode.el