comparison lisp/emacs-lisp/lisp.el @ 5981:3faecbaa2d51

(defun-prompt-regexp): Now a user variable.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Feb 1994 21:06:52 +0000
parents 1f201e9b48ff
children 4fa3d631dae8
comparison
equal deleted inserted replaced
5980:a203b7c30300 5981:3faecbaa2d51
26 ;; Lisp editing commands to go with Lisp major mode. 26 ;; Lisp editing commands to go with Lisp major mode.
27 27
28 ;;; Code: 28 ;;; Code:
29 29
30 (defvar defun-prompt-regexp nil 30 (defvar defun-prompt-regexp nil
31 "Non-nil => regexp to ignore, before the `(' that starts a defun.") 31 "*Non-nil => regexp to ignore, before the `(' that starts a defun.")
32 32
33 (defvar parens-require-spaces t 33 (defvar parens-require-spaces t
34 "Non-nil => `insert-parentheses' should insert whitespace as needed.") 34 "Non-nil => `insert-parentheses' should insert whitespace as needed.")
35 35
36 (defun forward-sexp (&optional arg) 36 (defun forward-sexp (&optional arg)