projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e3b3fa
)
Remove unused variable
author
Leo Liu
<sdl.web@gmail.com>
Fri, 14 Sep 2018 14:44:09 +0000
(22:44 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Fri, 14 Sep 2018 14:44:09 +0000
(22:44 +0800)
* lisp/progmodes/prolog.el (prolog-hungry-delete-key-flag): Remove.
lisp/progmodes/prolog.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/prolog.el
b/lisp/progmodes/prolog.el
index a895a777968d06cce0ab90a2eb0dadcdce25a507..3bcc9bebcdae5ab7d2a2697b76a7e1926672531b 100644
(file)
--- a/
lisp/progmodes/prolog.el
+++ b/
lisp/progmodes/prolog.el
@@
-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.