emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108166: lisp/progmodes/idlw-shell


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108166: lisp/progmodes/idlw-shell.el: Cleanup after revno:108117.
Date: Fri, 02 Nov 2012 02:28:22 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]