Remove unused variable
* lisp/progmodes/prolog.el (prolog-hungry-delete-key-flag): Remove.
This commit is contained in:
parent
1e3b3fa615
commit
41c2d25912
1 changed files with 0 additions and 6 deletions
|
@ -480,12 +480,6 @@ Legal values:
|
|||
|
||||
;; Keyboard
|
||||
|
||||
(defcustom prolog-hungry-delete-key-flag nil
|
||||
"Non-nil means delete key consumes all preceding spaces."
|
||||
:version "24.1"
|
||||
:group 'prolog-keyboard
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom prolog-electric-dot-flag nil
|
||||
"Non-nil means make dot key electric.
|
||||
Electric dot appends newline or inserts head of a new clause.
|
||||
|
|
Loading…
Add table
Reference in a new issue