mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.org
This commit is contained in:
commit
da41ffdd08
17 changed files with 256 additions and 177 deletions
|
|
@ -1079,7 +1079,7 @@ VERSION is of the format (Major . Minor)"
|
|||
;; Inherited from the old prolog.el.
|
||||
(define-key map "\e\C-x" 'prolog-consult-region)
|
||||
(define-key map "\C-c\C-l" 'prolog-consult-file)
|
||||
(define-key map "\C-c\C-z" 'switch-to-prolog))
|
||||
(define-key map "\C-c\C-z" 'run-prolog))
|
||||
|
||||
(defun prolog-mode-keybindings-inferior (_map)
|
||||
"Define keybindings for inferior Prolog mode in MAP."
|
||||
|
|
@ -1240,6 +1240,8 @@ To find out what version of Prolog mode you are running, enter
|
|||
((string-match "\\`[rf] *[0-9]*\\'" str) nil) ;r(edo) or f(ail)
|
||||
(t t)))
|
||||
|
||||
;; This statement was missing in Emacs 24.1, 24.2, 24.3.
|
||||
(define-obsolete-function-alias 'switch-to-prolog 'run-prolog "24.1")
|
||||
;;;###autoload
|
||||
(defun run-prolog (arg)
|
||||
"Run an inferior Prolog process, input and output via buffer *prolog*.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue