emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cpp.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cpp.el
Date: Mon, 20 May 2002 14:48:59 -0400

Index: emacs/lisp/progmodes/cpp.el
diff -c emacs/lisp/progmodes/cpp.el:1.23 emacs/lisp/progmodes/cpp.el:1.24
*** emacs/lisp/progmodes/cpp.el:1.23    Mon Nov 12 17:35:05 2001
--- emacs/lisp/progmodes/cpp.el Mon May 20 14:48:58 2002
***************
*** 676,682 ****
    ;; Choose a symbol if called from keyboard, otherwise use the one clicked 
on.
    (if cpp-button-event
        cpp-callback-data
!     (completing-read "Symbol: " (mapcar 'list cpp-edit-symbols) nil t)))
  
  (defun cpp-choose-branch ()
    ;; Choose a branch, either nil, t, or both.
--- 676,682 ----
    ;; Choose a symbol if called from keyboard, otherwise use the one clicked 
on.
    (if cpp-button-event
        cpp-callback-data
!     (completing-read "Symbol: " cpp-edit-symbols nil t)))
  
  (defun cpp-choose-branch ()
    ;; Choose a branch, either nil, t, or both.



reply via email to

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