Remove compat code in prolog.el
* lisp/progmodes/prolog.el (use-region-p): Remove compat code.
This commit is contained in:
parent
72c53fc3e1
commit
7bbfdcec64
1 changed files with 0 additions and 4 deletions
|
@ -271,10 +271,6 @@
|
|||
(require 'easymenu)
|
||||
(require 'align)
|
||||
|
||||
(eval-when-compile
|
||||
(or (fboundp 'use-region-p)
|
||||
(defsubst use-region-p () (region-exists-p))))
|
||||
|
||||
(defgroup prolog nil
|
||||
"Editing and running Prolog and Mercury files."
|
||||
:group 'languages)
|
||||
|
|
Loading…
Add table
Reference in a new issue