[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108166: lisp/progmodes/idlw-shell.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108166: lisp/progmodes/idlw-shell.el: Cleanup after revno:108117. |
Date: |
Wed, 09 May 2012 02:45:34 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 108166
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2012-05-09 02:45:34 +0200
message:
lisp/progmodes/idlw-shell.el: Cleanup after revno:108117.
(specs): Remove reference to deleted variable
`idlwave-shell-activate-alt-keybindings' and simplify.
modified:
lisp/ChangeLog
lisp/progmodes/idlw-shell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-05-09 00:29:00 +0000
+++ b/lisp/ChangeLog 2012-05-09 00:45:34 +0000
@@ -1,5 +1,8 @@
2012-05-09 Juanma Barranquero <address@hidden>
+ * progmodes/idlw-shell.el (specs): Remove reference to deleted
+ variable `idlwave-shell-activate-alt-keybindings' and simplify.
+
* eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2012-05-08 Glenn Morris <address@hidden>
=== modified file 'lisp/progmodes/idlw-shell.el'
--- a/lisp/progmodes/idlw-shell.el 2012-05-04 05:14:14 +0000
+++ b/lisp/progmodes/idlw-shell.el 2012-05-09 00:45:34 +0000
@@ -4183,12 +4183,8 @@
([( ?[)] ?[ idlwave-shell-goto-previous-bp t t)
([( ?])] ?] idlwave-shell-goto-next-bp t t)
([(control ?f)] ?f idlwave-shell-window)))
- (mod (cond ((and idlwave-shell-debug-modifiers
- (listp idlwave-shell-debug-modifiers)
- (not (equal '() idlwave-shell-debug-modifiers)))
- idlwave-shell-debug-modifiers)
- (idlwave-shell-activate-alt-keybindings
- '(alt))))
+ (mod (and (listp idlwave-shell-debug-modifiers)
+ idlwave-shell-debug-modifiers))
(shift (memq 'shift mod))
(mod-noshift (delete 'shift (copy-sequence mod)))
s k1 c2 k2 cmd electric only-buffer cannotshift)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108166: lisp/progmodes/idlw-shell.el: Cleanup after revno:108117.,
Juanma Barranquero <=