* progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
This commit is contained in:
parent
35e53abd43
commit
5d8fe0ba81
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-05-18 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
|
||||
|
||||
* emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
|
||||
(smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
(defvar comint-prompt-regexp)
|
||||
(defvar comint-process-echoes)
|
||||
(defvar smie-indent-basic)
|
||||
|
||||
(defgroup prolog nil
|
||||
"Major mode for editing and running Prolog under Emacs."
|
||||
|
@ -179,7 +180,7 @@ When nil, send actual operating system end of file."
|
|||
(define-key map "\C-c\C-l" 'inferior-prolog-load-file)
|
||||
(define-key map "\C-c\C-z" 'switch-to-prolog)
|
||||
map))
|
||||
|
||||
|
||||
(easy-menu-define prolog-mode-menu prolog-mode-map "Menu for Prolog mode."
|
||||
;; Mostly copied from scheme-mode's menu.
|
||||
;; Not tremendously useful, but it's a start.
|
||||
|
|
Loading…
Add table
Reference in a new issue